Skip to content

Commit

Permalink
Merge pull request #4040 from shaedrich/continuous-deployment
Browse files Browse the repository at this point in the history
Add topic "continuous deployment"
  • Loading branch information
ahpook authored Nov 28, 2023
2 parents 34d087f + b4636a8 commit de10003
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions topics/continuous-deployment/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
display_name: Continuous Deployment (CD)
short_description: Continuous deployment is a approach in which functionalities are delivered frequently through automated deployments.
topic: continuous-deployment
related: ci-cd, cicd, continuous-delivery, continuous-integration
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_deployment
---
**Continuous Deployment** (**CD**) is a software engineering approach in which software functionalities are delivered frequently and through automated deployments.

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 comments on commit de10003

Please sign in to comment.