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
Post a Comment