DEV Community

Discussion on: Explain in few words what is Continuous Integration, Delivery, and Deployment?

Collapse
 
vasanthpandia profile image
Vasanth Pandiarajan

Continuous Integration : Automating the process of committing code, pushing to the version control system, building code, running tests, deploying code - Done in a sequential order.

Delivery : Delivering the completed product or new release to the concerned party/customer/user.

Deployment : Pushing the new version of code to the server and running the application on that code in production.