Skip to content

Commit

Permalink
Merge pull request #59 from Minimum-CD/ferrix-patch-1
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
patrickkelso committed Oct 12, 2021
2 parents f4eff43 + ebaa313 commit 8db7235
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 and should be [definitive for deploy](./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)
- [Immutable artifact(./faq#what-is-an-immutable-artifact). No human changes after commit.
- [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
- Rollback on-demand
Expand Down

0 comments on commit 8db7235

Please sign in to comment.