On DevOps — 18. An Introduction to Continuous Delivery and Continuous Deployment
Published in
4 min readApr 3, 2021
In earlier chapters, we have covered Continuous Integration (CI), why testing is essential to CI, and how to manage versions with CI.
If you haven’t read those chapters yet, here are some links:
After your code is automatically integrated into your source code management system with high-quality tests in place, the next step you want is to deploy them to an environment, and hopefully in an automated fashion. This is where Continuous Deployment kicks in.