C{Company Name}
Teamspaces
IT
Infrastructure
Onboarding
SaaS logins
Design
Production
Digital
Marketing
Content
Deployment runbookBF
IT/Infrastructure/Deployment runbookVerified Jun 12SCMWDP
Deployment runbook

Steps for a standard production deploy. Run from the bastion host only. If anything below fails, stop and post in #it-ops before retrying.

2. Database access

Connect to the primary before running migrations. The root credential is referenced below — never paste it into this page.

psql -h db.internal -U root -d app_production
./deploy.sh --env production --tag v2.14.0