In the previous chapter, I covered CI/CD, focusing on continuous integration, its benefits, and AWS as a cloud provider for constant integration, and I showed some examples.
In this chapter, I will discuss continuous deployment. You already have an idea of what the difference is between CI and CD and when you should use each one.
The isolated modifications integrated and confirmed during CI can be coupled with the remaining product code in a continuous delivery cycle. The pair is then put through ...