Skip to content

Commit

Permalink
Update deploy-little-and-often.md
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
ThomasWilliamsHO authored Oct 9, 2024
1 parent 1d1eb0e commit 12e77a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/principles/deploy-little-and-often.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Big sizeable releases that fail can cause a lot of pain not just for stakeholder

- This principle is reliant on good quality tests which validate the release before it gets to production, therefore tests reinforce the confidence in our builds so that we can deploy often
- We have CI/CD pipelines that are quick and efficient, automating repetitive tasks so that we can deploy little and often
- We must be aware of downstream users, fixing forward is good which is what this principle implies but not every aspect of your prohect may be using this principle and therefore not as flexible
- We must be aware of downstream users, fixing forward is good which is what this principle implies but not every aspect of your project may be using this principle and therefore not as flexible
- As we will be deploying more often there is the option to use feature flags as a way to better safeguard with new features continually coming through to production

---

0 comments on commit 12e77a7

Please sign in to comment.