Skip to main content

Deploy guides

Deploy Astro on Tensel

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

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

How Astro is detected

Detection
the `astro` 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 Astro, 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

  • This very site is an Astro project deployed on Tensel.
  • Astro with a server adapter is not detected as a server yet; a Dockerfile is the way to run one today.
  • Static sites are served from the shared edge through a European CDN: no container, no cold start, and never billed, on any plan.