CI/CD Flashcards
1
Q
What’s CI?
A
Continues integration is a practice of automating the process of building, testing and integrating the changes happens in a shared codebase.
2
Q
What’s CD?
A
Continuous delivery picks up where continuous integration ends. CD automates the delivery of applications to selected infrastructure environments. that ensure the software can be deployed to any environment when it needs to.