Talk:Continuous deployment

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Continuous deployment as technology not process[edit]

I'd argue that Continuous Deployment is the automation technology wherein your Continuous Integration servers can push out new releases of the code into staging, perhaps production. In contrast, Continuous Delivery is how to use this, code patterns (feature flags) and software development practices in order to be able to rapidly and iteratively develop and ship software.

SteveLoughran (talk) 16:30, 20 February 2024 (UTC)[reply]