February 2024
Beginner to intermediate
338 pages
7h 45m
English
Continuous integration (CI) is a part of the DevOps process that allows you to automate the building and testing of code every time a team member commits and approves a code change to source code version control such as a GitHub repository. On the other hand, continuous deployment (CD) is the process of building, testing, configuring, and deploying code items/artifacts from the lower environment (such as development) to higher environments (such as test or production). In this chapter, we will learn about application lifecycle management (ALM) or DevOps processes support in Fabric and implement CI/CD to move our code items from lower environments to higher environments. When combined, ...
Read now
Unlock full access