Skip to main content

Deploy guides

Deploy Angular on Tensel

Connect a GitHub repo and push. The rest is handled. No DevOps required.

From commit to production
$ tensel github import acme/angular-appDetected Angular — static site.→ build  isolated context, Paris→ rollout  1/1 replicas  healthy ✓ https://angular-app.tensel.cloud   38 s

How Angular is detected

Detection
the `@angular/core` dependency in package.json
Runs as
a static site on the edge, from `dist/`

From repo to URL

  1. 1

    Import the repository — “tensel github import” or the dashboard — or drop a folder, no git required.

  2. 2

    Tensel detects Angular, builds in a disposable virtual machine and publishes an immutable image.

  3. 3

    Your application answers over HTTPS on its tensel.cloud subdomain; every later push redeploys.

Good to know

  • Static sites are served from the shared edge through a European CDN: no container, no cold start, and never billed, on any plan.