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 check for pre-flight only
  • deploy preview for stage or preview deployment
  • deploy production for production deployment
  • deploy rollback for 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