Docs

Git & preview deployments

Provider apps, auto-deploy webhooks, and fork-gated PR previews.

Providers

  • GitHub App manifest flow
  • GitLab, Bitbucket, Gitea with access tokens
  • Webhook secrets derived per provider (reveal in Settings when needed)

Auto-deploy

Push webhooks redeploy matching apps. Watch-path filters avoid rebuilding when unrelated files change. A generic org-scoped deploy hook accepts CI with an API key.

Preview deployments

  • PR open / sync creates or redeploys a preview with its own domain
  • PR close tears the preview down
  • Comments on GitHub / GitLab / Gitea with the preview URL
  • Fork PRs require approval by default — collaborators bypass the gate
  • Expired previews are pruned hourly

Also see the repository guides under docs/ · REST API reference

Docs menu