A software company wants to automate the process of code deployment so that any code commit triggers automated tests and deploys the code to production if the tests pass. Which practice would best serve this purpose?

  • Continuous Delivery (CD)
  • Continuous Deployment (CD)
  • Continuous Integration (CI)
  • Infrastructure as Code (IaC)
Continuous Deployment (CD) is a practice where code is automatically deployed to production after passing automated tests. It ensures rapid and reliable delivery of code changes.
Add your answer
Loading...

Leave a comment

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