Jump to content

Talk:Continuous deployment

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by SteveLoughran (talk | contribs) at 16:30, 20 February 2024 (Continuous deployment as technology not process: new section). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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]