Digital Marketing

Continuous Integration and Continuous Deployment

Continuous Integration is a software development practice where continuous changes and updates in code base are integrated and verified by an automated build scripts  using various tools.

Continuous Deployment is a software development practice to automatically deploy the code to the specified server and application folder once the code is been integrated successfully.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database