Deploy Static Sites on Deplexo
Deplexo serves HTML, CSS, and JavaScript files with nginx. Put your files in the repo and set framework: static — no build step required.
How it works
- Push a repo containing HTML, CSS, and JavaScript files.
- Deplexo generates an nginx container that serves your files. SPA routing is supported via try_files fallback to
index.html. - Your site starts on its subdomain.
Configuration
Add a minimal deplexo.yaml to select the static framework explicitly. There are no install, build, or start commands to configure.
framework: staticWhat you get
- Automatic subdomain (your-app.deplexo.com) provisioned on first deploy.
- Build logs streamed live from the worker.
- Runtime logs accessible from the Logs tab.
- Environment variables managed in the dashboard, encrypted at rest, injected at runtime.
- Git webhooks trigger automatic redeploys on push.