Content deleted Content added
m Merged "Build Automation" and "Automate the build" sections, they refer to the same concept. |
|||
Line 65:
=== Continuous delivery and continuous deployment ===
{{Main article|CI/CD}}
[[Continuous delivery]] ensures the software checked in on an integration branch is always in a state that can be deployed to users, and [[continuous deployment]] automates the deployment process.
''Continuous delivery'' and ''continuous deployment'' are often performed in conjunction with CI and together form a CI/CD pipeline.
=== Version control ===
|