Expose secrets in appropriate tests
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful

This commit is contained in:
Oscar Blue 2022-12-03 04:07:30 +00:00
parent d994b5d850
commit 680b849179

View file

@ -6,16 +6,17 @@ pipeline:
image: hashicorp/terraform
environment:
- CODE_PATH=./hetzner/Projects/Development/landing-zone
secrets: [b2access, b2secret]
commands:
- apk add make
- make init
when:
event: manual
apply:
command:
image: hashicorp/terraform
environment:
- CODE_PATH=./hetzner/Projects/Development/landing-zone
secrets: [hetznerkey]
secrets: [hetznerkey, b2access, b2secret]
commands:
- apk add make
- make ${COMMAND}