Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 539 Bytes

File metadata and controls

18 lines (12 loc) · 539 Bytes

Trigger: deploy production

Say: deploy production or go live — highest gate

Gate

Require explicit user approval for production. Staging should be verified first.

Deploy operator only — same as staging (docs/handbook/06-user-branches-and-deploy-governance.md). Non-operators stop after PR merge to develop.

bash scripts/ops/deploy-prod.sh \
  --project projects/{{APP_SLUG}} \
  --host gcp \
  --confirm

AI: list rollback plan from playbook before any prod command. Never batch through gates.