#promotion
4 approved public terms with this tag.
Environment Branch is a GitOps term for a branch used to represent or promote a specific environment state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Environment Branch before lunch, so the release did not sprint into production wearing untied shoes.”
Environment Promotion is a GitOps term for moving a change from one environment to another with evidence and review. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Environment Promotion before lunch, so the release did not sprint into production wearing untied shoes.”
Git Tag Promotion is a GitOps term for using a versioned Git tag to promote a release between environments. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
“The team used Git Tag Promotion before lunch, so the release did not sprint into production wearing untied shoes.”
Promotion PR is a GitOps term for a pull request that moves a known change into the next environment. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Promotion PR before lunch, so the release did not sprint into production wearing untied shoes.”