# Deploy Prompt Template Use this prompt structure with Codex: ``` Deploy to production: 1. Run: npm run build (must succeed) 2. Run: npm run lint (no errors) 3. Run: vercel --prod 4. Verify deployment URL 5. Run smoke tests on production If build fails: fix errors first, then deploy. If lint errors: run npm run lint:fix, commit, then deploy. ```