Deploy Checklist
When to use
- •Any task that updates production
- •Infra/config changes
- •Backend schema changes
Pre-flight
- •Check
/devstatus; must be READY - •Ensure working tree is clean (except unrelated changes)
Deploy flow
- •Set STATUS → PENDING with a short note
- •Commit + push local changes
- •SSH pull on droplet
- •Run required build/migration steps
- •Restart or reload services as needed
- •Set STATUS → READY with a short note
- •Record verification in Master Log
Minimum verification
- •Confirm key page loads for the affected app
- •Check any updated endpoints respond without errors
Notes
- •If deploy fails, stop and report immediately
- •Use Doc Ops (MCP) for log + status updates