Tagged: deploy
Pages with this tag
Production launch
1First production deploy, hardening, ServerSync, v1.0.0 tag, and return to develop branch.
Staging first deploy
2First staging release — branch prep, installer, hardening, migration verification, and DevLog evidence.
7 · Shared-hosting readiness
3Verify that the hosting account has the Admin-Server toolkit before the deploy pipeline starts, or run the shared-hosting playbook first.
Phase 4 · Deploy pipeline
4Stand up everything that makes deployment possible — Deployer for zero-downtime releases, environment domains + SSL, production .env templates, and (recommended) CI, DNS email records, and a CDN — so Phase 5 can run the first observed non-production deploy.
2 · Release & first production deploy (P1–P2)
5Cut the changelog and version before deploying, then promote the verified non-production branch to the release branch, stage the production .env, deploy dry-run then real, run the installer (first deploy only), and verify it's live.
3 · Harden, verify & sync (P3–P7)
6Lock down installer-friendly permissions, verify schema parity against staging, review ServerSync, prove production mail flow, then sync all branches back to a shared base and tag the release as your rollback and audit anchor.