Files
freeCodeCamp/guide/chinese/agile/continuous-delivery/index.md
2018-10-16 21:32:40 +05:30

9 lines
665 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Continuous Delivery
localeTitle: 持续交付
---
## 持续交付
持续交付CD是一种软件工程方法其中团队在短周期内生成软件确保软件可以随时可靠地发布。 [1](https://en.wikipedia.org/wiki/Extreme_programming)
它旨在更快,更频繁地构建,测试和发布软件。该方法允许对生产中的应用程序进行更多增量更新,从而有助于降低成本,时间和交付变更的风险。简单且可重复的部署过程对于持续交付非常重要。持续交付意味着团队确保每个变更都可以部署到生产中,但可能会选择不这样做,通常是出于商业原因