A team wants to automatically test and deploy features as soon as they are pushed to a specific Git branch. Which CI/CD practice aligns with this?

  • Continuous Integration (CI)
  • Continuous Deployment (CD)
  • Continuous Delivery (CD)
  • Continuous Testing (CT)
Continuous Deployment is the practice of automatically deploying code changes to a production environment after passing automated tests. This aligns with the goal of testing and deploying features as soon as they are pushed to a specific Git branch, ensuring a streamlined development process.
Add your answer
Loading...

Leave a comment

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