Chapter 7: Continuous Integration and Continuous Delivery
One of the main pillars of development-operations (DevOps) culture is the implementation of continuous integration (CI) and deployment processes, as we explained in Chapter 1, The DevOps Culture and Infrastructure as Code Practices.
In the previous chapter, we looked at the use of Git with its command lines and usage workflow, and in this chapter, we will look at the important role Git has in the CI/CD workflow.
CI is a process that provides rapid feedback on the consistency and quality of code to all members of a team. It occurs when each user's code commit retrieves and merges the code from a remote repository, compiles it, and tests it.
Continuous delivery (CD) is the automation of ...
Get Learning DevOps - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.