← BackReference (opens in a new tab)

The green deployment

Automated checks pass while a real workflow fails. · PM Drills · 13 · 30 sec–2 min

The green deployment · 30 sec–2 min

Situation

The build is green and the page loads.

Customers cannot generate invoices because a production configuration value is missing. Staging used a different value.

Think before scrolling

What did the checks prove, and what did they miss?

Suggest a proportionate release check and recovery path.

How a strong PM thinks

Validate the business workflow in its operating context.

The build proved the source could compile under its configuration. It did not verify every production dependency. Add a safe invoice-path smoke test and configuration validation where feasible.

Restore service with the appropriate fix or disable path, then confirm affected records. Avoid treating a reachable homepage as proof that billing works.

Takeaway

Checks are evidence about what they cover.

Tie release validation to the user journey and its runtime dependencies.