Skip to content

Commit 1f86efc

Browse files
authored
Update 050_Operations.md
1 parent 91b54cb commit 1f86efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎source/050_Operations.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Provide information regarding the applications that are maintained by the team and how to do the operations for those applications
1313
* Have safe to deploy sample dummy applications that can be deployed safely to your infrastructure so new starts can learn how the deployment process works without fear of impacting key applications
1414
* Make it difficult to make mistakes e.g
15-
*[protected branches e.g. to prevent force pushes to master](https://github.com/blog/2051-protected-branches-and-required-status-checks)
15+
*[protected branches e.g. to prevent force pushes to main](https://github.com/blog/2051-protected-branches-and-required-status-checks)
1616
* If you have code standards, don't __just document them__ back them up with [Automated Code standards](https://medium.com/@biratkirat/step-4-automate-your-coding-standard-filip-van-laenen-5b1c486e4883) triggered by [CI checks](https://en.wikipedia.org/wiki/Continuous_integration) or [pre-commit hooks](https://githooks.com/)
1717
*[Avoiding committing secrets and credentials into git repositories](https://github.com/awslabs/git-secrets)
1818
* If you have Policies on how to handle certain tasks e.g. Doing Spikes document them and link to them in your stories. e.g. here's the link to how you handle spikes.

0 commit comments

Comments
(0)