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