DevOps7 min read
Pre-deploy checklist
Corporate site go-live steps — lint, build, env secrets, legal review, and smoke tests.
Engineering
npm run lint && npm run build pass on the release branch.
Set ADMIN_PASSWORD and ADMIN_SESSION_SECRET; never use .env.example defaults in production.
Verify sitemap.xml, robots.txt, and key form submissions after deploy.
Legal and marketing
Counsel review of Privacy, Terms, Cookie, and Disclaimer before reliance.
Do not enable analytics IDs until cookie policy and consent align.
Config-driven knowledge article — edit in src/config/knowledge.ts until CMS editors are available.