Deploy guides
Deploy Static HTML on Tensel
Connect a GitHub repo and push. The rest is handled. No DevOps required.
From commit to production
$ tensel github import acme/static-html-appStatic site — no build required.→ build isolated context, Paris→ rollout 1/1 replicas healthy ✓ https://static-html-app.tensel.cloud 38 sHow Static HTML is detected
- Detection
- an `index.html` at the build root, when nothing else matches
- Runs as
- a static site on the edge, with no build step at all
From repo to URL
- 1
Import the repository — “tensel github import” or the dashboard — or drop a folder, no git required.
- 2
Tensel detects Static HTML, builds in a disposable virtual machine and publishes an immutable image.
- 3
Your application answers over HTTPS on its tensel.cloud subdomain; every later push redeploys.
Good to know
- No package.json needed: a folder of files is a deployable site, from the browser or `tensel import`.
- Static sites are served from the shared edge through a European CDN: no container, no cold start, and never billed, on any plan.