DevOps – Stage 2: Do you know what things to automate?

Last updated by Andreas Lengkeek about 2 years ago.See history

Once you’ve identified the manual processes in Stage 1, you can start looking at automation. The two best tools for build and release automation are Github and Azure DevOps.

See Rules to Better Continuous Deployments with TFS.

2020 03 23 14 08 39
Figure: In Azure DevOps you can automate application deployment to a staging environment and automatically run tests before deploying to production

2022 01 21 11 35 00
Figure: In GitHub actions you can automate application deployment to a multiple environments and automatically run tests before deploying to production

We open source. Powered by GitHub