pattern·team·sm_deploy_ritual
SM-deploy ritual
Codified production deploy: 5 phases (orient, pre-checks parallel, go/no-go, deploy, verify). Saves you from the "I forgot to check" failure mode.
Phase 0: what changed? Phase 1: pre-deploy parallel checks (git status local, git status remote, container health). Phase 2: human GO/NO-GO. Phase 3: git push, ssh prod pull, docker compose build. Phase 4: verify health + log tail. Phase 5: human-readable summary.
Beziehungen
deploypatternteam