DevOps – Stage 2: Do you know what things to automate?
Updated by Andreas Lengkeek 3 years ago. See history
123
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.

Figure: In Azure DevOps you can automate application deployment to a staging environment and automatically run tests before deploying to production

Figure: In GitHub actions you can automate application deployment to a multiple environments and automatically run tests before deploying to production
Categories
acknowledgements
related rules