Skip to content

Commit fc1ccc6

Browse files
authored
Add topic "continuous-deployment"
1 parent 5c605eb commit fc1ccc6

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 Deployment (CD)
3+
short_description: Continuous deployment is a software engineering approach in which software functionalities are delivered frequently and through automated deployments.
4+
topic: continuous-deployment
5+
related: ci-cd, cicd, continuous-delivery, continuous-integration
6+
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_deployment
7+
---
8+
**Continuous Deployment** (**CD**) is a software engineering approach in which software functionalities are delivered frequently and through automated deployments.
9+
10+
Continuous deployment contrasts with continuous delivery (also abbreviated CD), a similar approach in which software functionalities are also frequently delivered and deemed to be potentially capable of being deployed, but are actually not deployed. As such, continuous deployment can be viewed as a more complete form of automation than continuous delivery.

0 commit comments

Comments
 (0)