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.
Loading...
Related Quiz
- A company is transitioning from SVN to Git. They want to ensure their historical branches and tags are preserved. What migration strategy should they use?
- In Git, what is the result of executing a 'merge' command?
- A tag in Git is like a bookmark to a specific ________ in the repository's history.
- Which Git Hook is triggered before a commit is finalized?
- How does Git's data model handle changes across different branches?