Expose secrets in appropriate tests
This commit is contained in:
parent
d994b5d850
commit
680b849179
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue