In a CI/CD pipeline, the process of automatically deploying changes to production after passing tests is known as Continuous _______.

  • Delivery
  • Deployment
  • Integration
  • Testing
Continuous Deployment (CD) is the process of automatically deploying code changes to production after they have passed all necessary tests in the CI/CD pipeline. This ensures a smooth and efficient release process.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *