jargon

Architecture & practice·Delivery, flow and technical debt

the merge went to production on its own and nobody pressed anything.

Continuous deployment

Every change that passes the pipeline goes to production automatically, with no human gate. It is a step beyond continuous delivery and it requires more than confidence in the tests: progressive rollout, real monitoring and a fast automatic rollback, because the safety net is no longer a person. It is not correct everywhere, and the honest reason to skip it is usually regulatory or contractual rather than technical.

Commonly confused with