Skip to content

Commit 020b301

Browse files
authored
Merge pull request #3911 from shaedrich/continuous-delivery
Add topic continuous-delivery
2 parents 103c260 + e7faa52 commit 020b301

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Continuous Delivery (CD)
3+
short_description: Continuous delivery is a software engineering approach in which teams produce software in short cycles without doing so manually.
4+
topic: continuous-delivery
5+
related: ci-cd, cicd, continuous-deployment, continuous-integration
6+
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_delivery
7+
---
8+
**Continuous delivery** (**CD**) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time and, following a pipeline through a "production-like environment", without doing so manually. It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery.
9+
10+
Continuous delivery contrasts with continuous deployment (also abbreviated CD), a similar approach in which software is also produced in short cycles but through automated deployments even to production rather than requiring a "click of a button" for that last step. As such, continuous deployment can be viewed as a more complete form of automation than continuous delivery.

0 commit comments

Comments
 (0)