Slide 2
Slide 2 text
OVERVIEW
CONTINUOUS
INTEGRATION
At every push, run a set of
scripts to build, test, and
validate the code changes.
CONTINUOUS
DELIVERY
Extension of CI to automate
the release process. Deploy
the application can be done at
any point of time by clicking
on a button.
CONTINUOUS
DEPLOYMENT
It goes one step further than
continuous delivery. Every
change that passes all stages
of the production pipeline is
released to the customers. It
does not require human
intervention at all.
2
CI CD CD