Inspired by Yassal Sundman's blog post on Crisp's Blog.
While continuous deployment may not be right for every company, continuous delivery is an absolute requirement of DevOps practices. Only when you continuously deliver your code can you have true confidence that your changes will be serving value to your customers within minutes of pushing the "go" button, and that you can actually push that button any time the business is ready for it.
参考:https://puppet.com/blog/continuous-delivery-vs-continuous-deployment-what-s-diff
网友评论