Skip to content

Commit

Permalink
Merge pull request #91 from Minimum-CD/clarify-deployable
Browse files Browse the repository at this point in the history
Clarify always deployable
  • Loading branch information
ibathazi committed Oct 17, 2021
2 parents 4223952 + 9082f11 commit eb669c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The minimum activities required for CD are:
pipeline](https://www.informit.com/articles/article.aspx?p=1621865&seqNum=2#:~:text=%EE%94%80Buy-,What%20Is%20a%20Deployment%20Pipeline%3F,-At%20an%20abstract)
is the only path to deploy to production.
- The pipeline decides the releasability of changes, its verdict is [definitive](./faq.md#why-should-the-pipeline-be-definitive-for-deploy)
- [Always meets the organization's definition of deployable](https://www.youtube.com/watch?v=bHKHdp4H-8w)
- Artifacts created by the pipeline always meet the organization's [definition of deployable](https://www.youtube.com/watch?v=bHKHdp4H-8w)
- [Immutable artifact](./faq#what-is-an-immutable-artifact). No human changes after commit.
- All feature work stops when the pipeline is red
- Production-like test environment
Expand Down

0 comments on commit eb669c9

Please sign in to comment.