Skip to content
Latchkey

Deployment Gate - CI/CD Glossary Definition

A deployment gate is a check that must pass before a release proceeds to the next environment. Gates can be automatic (test results, security scans, query-based metrics) or manual (an approval click).

In GitHub Actions

Environment protection rules act as gates: you can require reviewers, a wait timer, or specific branches before a job that targets an environment: runs.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →