What is Continuous Delivery?

Continuous Delivery, also known as Continuous Deployment, is a software development practice focused on deploying code from application developer code commit through build and test stages directly to production without human intervention. Continuous Delivery is an extension of Continuous Integration.

edit