Skip to content

Commit

Permalink
add continuous deployment vs continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Feb 3, 2019
1 parent 29b9b19 commit 181bee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/tbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ trunk-based development (TBD) continuous delivery (CD) workflow
> The pattern that is central to Continuous Delivery is the deployment pipeline. A **deployment pipeline** is, in essence, an automated implementation of your application’s build, deploy, test, and release process. Every organization will have differences in the implementation of their deployment pipelines, depending on their value-stream for releasing software, but the principles that govern them do not vary
> Continuous deployment is the next step of continuous delivery: Every change that passes the automated tests is deployed to production automatically.
# Common anti-patterns with branch based workflows?
---

Expand Down

0 comments on commit 181bee7

Please sign in to comment.