About Lesson
Continuous Integration (CI) and Continuous Deployment (CD)
CI is the act of taking your code and running a series of actions against it to ensure it doesn’t break existing code. Additionally, CD is the practice of actively deploying those code changes into a target environment on another computer (a Cloud-hosted web app).