Guide
Production Deployment
Move from ready code to a safe deployment with pre-flight checks and rollback awareness.
The deploy workflow is for staging or production deployment preparation and execution.
It should confirm environment targets, validation depth, secrets, packaging, smoke checks, and rollback paths.
Deployment Modes
deploy checkfor pre-flight onlydeploy previewfor stage or preview deploymentdeploy productionfor production deploymentdeploy rollbackfor rollback planning or execution
Pre-Flight Checklist
- Build succeeds
- Tests and validation match release risk
- Secrets are not hardcoded
- Environment configuration is accounted for
- Migrations are ordered and reversible where possible
- Monitoring or smoke checks are defined