evaluate promote=prod for pipeline steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Josh 2025-09-12 12:38:37 +00:00
parent 3007f15a0c
commit 5e25edf3a9

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: ssh-test name: staging-promotion
steps: steps:
- name: security-scan - name: security-scan
@ -168,6 +168,7 @@ when:
branch: branch:
- master - master
- dev-master - dev-master
evaluate: 'PROMOTE != "prod"'
--- ---
kind: pipeline kind: pipeline
@ -351,3 +352,4 @@ when:
- manual - manual
branch: branch:
- master - master
evaluate: 'PROMOTE == "prod"'