Skip to main content

Deployment

Deployment gateway page. Canonical deploy runbooks live in the repository docs folder.

Deployment

This page is a gateway. Canonical deployment runbooks now live in the repository docs/ directory.

Canonical deployment docs

Use these files from the repository root:

  1. docs/deployment/docker.md
  2. docs/deployment/local.md
  3. docs/deployment/production.md
  4. docs/deployment/caddy.md
  5. docs/deployment/nginx.md
  6. docs/deployment/apache.md

Fast production check

pnpm doctor
bash scripts/health-check.sh --fix

Do not treat a green web container as success by itself. Deployment is only valid when API health, worker processing, auth flows, and provider webhooks are all verified.

Continue with the detailed guide