C
Continuous Delivery (CD)
Definition
(Context: Software)
(CI/CD) Continuous integration is focused on automatically building and testing code, as compared to continuous delivery, which automates the entire software release process up to production. Generally, incorporating both resolves to a set of software development practices that automate the process of building, testing, and deploying code changes frequently, ensuring that new features and bug fixes are quickly integrated into a shared code repository and readily available for release to production environments.
Reference: