Deployments
Each push to your default branch produces a new deployment.
Deployments
Every push to your repo triggers a build. A successful build is promoted to a deployment, which is what your users see.
Lifecycle
- Webhook arrives from GitHub → build is queued.
- Worker clones the repo, compiles MDX, validates the config.
- On success → published as the new live deployment.
- The previous deployment stays available for rollback (UI surface coming).
Rollbacks
For now, rollback by reverting the offending commit and pushing. A full "rollback to deployment N" UI is on the roadmap.
Build failures
If a build fails, the previously-live deployment continues serving. The build detail page shows the stage that failed and the error message.