デプロイゲート - CI/CD 用語集の定義
デプロイゲート とは、リリースが次の環境へ進む前に通過しなければならないチェックのことです。ゲートは自動 (テスト結果、セキュリティスキャン、クエリベースのメトリクス) の場合も手動 (承認のクリック) の場合もあります。
GitHub Actions において
environment protection rules はゲートとして機能します。environment: を対象とする job が実行される前に、レビュアー、待機タイマー、特定のブランチを必須にできます。
関連ガイド
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline is the automated path a build takes from a committed change to run…
Progressive Delivery - CI/CD Glossary DefinitionProgressive Delivery: Progressive delivery is releasing a change to an increasing share of users over time wh…