Do you Continuously Deploy?

Last updated by Tiago Araújo [SSW] almost 2 years ago.See history

Continuous deployment is a set of processes and systems in place where every change is proven to be deployable to production and then deployed to production. E.g. DB migrations, code changes, metadata changes, scripts, etc. 

At minimum teams needs to ensure that (a) All changes are sanitized by an automated continuous deployment pipeline (b) changes at end of each Sprint are deployed to production. 

View more detailed rules at Rules to Better Continuous Deployment with TFS

We open source. Powered by GitHub