Skip to main content

Practice ยท 1 of 2

The Deployment Decision

Declare deploy with: envSecrets (boolean โ€” are secrets in environment variables only?), migrations (string: how schema changes ship โ€” one of "versioned-scripts", "orm-migrations", or "manual-sql" โ€” choose what you actually do), healthEndpoint (your health path, starts with "/"), and buildIsReproducible (boolean โ€” a clean checkout plus env vars alone produce the same artifact?).

Difficulty: advanced

Back to lesson: Practice: Capstone Ship โ€” The Final Audit