Course Content
Week 9
Continued Customer App Backlog Build-Out
0/3
Week 11
Review Hand-off Plan Checklist Draft
0/3
Software Development Program
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).