Continous Delivery

"Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a deployment-ready build artifact that has passed through a standardized test process. " - AWS

Why to go for Continuous delivery? What are the benefits?

  • It automate the Software Release Process
  • It improves Developer Productivity
  • Bugs could be addressed and find quicker
  • Deliver Updates Faster
  • Higher quality
  • Low market costs
  • Better products

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.