7 min read

Gitlab CI/CD - Manual Gates

Not everything should deploy automatically. We’ll implement when: manual to create pause points in your pipeline, requiring authorized human intervention before proceeding to sensitive environments like Production.
Gitlab CI/CD - Manual Gates
Reader: GitLab Manual Gates

Reader Mode

-- / --

Introduction