What Is Continuous Delivery?
The term “continuous delivery” was coined by Martin Fowler and is a software development paradigm that allows your team to deliver new features quickly and reliably by automating the software delivery process and removing manual, error-prone, and time-consuming deployment processes. Leveraging continuous delivery allows you to build upon the benefits of continuous integration by combining artifact creation, infrastructure provisioning, and app deployment into a single unit of work.