Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update term] Continuous Delivery for Japanese #2879

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/ja/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ CDは、ソフトウェアがデプロイメント前に適切にテストされ
CD戦略は、完全に自動化された本番環境へのパスを作成し、
[カナリア](/ja/canary-deployment/)[ブルーグリーン](/ja/blue-green-deployment/)リリースなどの様々なデプロイメント戦略を使用してソフトウェアをテストしデプロイします。
これにより、開発者は頻繁にコードをデプロイすることができ、新しいリビジョンがテストされていることを安心して受け入れることができます。
通常CD戦略では、フィーチャーブランチやプルリクエストとは対照的に、トランクベースの開発を行います。

## 関連する用語はありますか

Expand Down