Skip to content

Commit

Permalink
review and update continuous-deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fionn88 committed Oct 12, 2023
1 parent 391ffec commit 8e93193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh-tw/continuous-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["應用程式", "方法論", ""]

持續部署,通常縮寫為 CD,它直接將完成的軟體部署到正式環境,比[持續交付](/zh-tw/continuous-delivery/)更進一步。
持續部署(CD)與[持續整合](/zh-tw/continuous-integration/)(CI)緊密相關,通常被稱為 CI/CD。
CI 流程用於測試對特定應用程式的變更是否正確,而 CD 流程则自動部署組織測試環境的程式碼變更到正式環境
CI 流程用於測試對特定應用程式的變更是否正確,而 CD 流程則自動部署組織測試環境的程式碼變更到正式環境

## 解決的問題 {#problem-it-addresses}

Expand All @@ -19,7 +19,7 @@ CI 流程用於測試對特定應用程式的變更是否正確,而 CD 流程

## 如何幫助我們 {#how-it-helps}

通過自動化發布週期並強制組織更頻繁地將產品部署到正式環境中,CD 對維運團隊所做的就像 CI 對開發團隊所做的一樣
透過自動化發布週期並強制組織更頻繁地將產品部署到正式環境中,CD 之於維運團隊就像 CI 之於開發團隊一樣
具體來說,它強制維運團隊自動化正式部署中痛苦且容易出錯的部分,從而降低整體風險。
它還使組織更善於接受和適應正式環境的變化,進而提高穩定性。

Expand Down

0 comments on commit 8e93193

Please sign in to comment.