0 votes
in Continuous Deployment by
What is continuous deployment?

Continuous deployment is a strategy for software releases wherein any code commit that passes the automated testing phase is automatically released into the production environment, making changes that are visible to the software's users.

Continuous deployment eliminates the human safeguards against unproven code in live software. It should only be implemented when the development and IT teams rigorously adhere to production-ready development practices and thorough testing, and when they apply sophisticated, real-time monitoring in production to discover any issues with new releases.

Related questions

+1 vote
asked Jun 26, 2019 in Continuous Deployment by SakshiSharma
+2 votes
asked Jun 26, 2019 in Continuous Deployment by SakshiSharma
...