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
|
image: hashicorp/terraform
|
||||||
environment:
|
environment:
|
||||||
- CODE_PATH=./hetzner/Projects/Development/landing-zone
|
- CODE_PATH=./hetzner/Projects/Development/landing-zone
|
||||||
|
secrets: [b2access, b2secret]
|
||||||
commands:
|
commands:
|
||||||
- apk add make
|
- apk add make
|
||||||
- make init
|
- make init
|
||||||
when:
|
when:
|
||||||
event: manual
|
event: manual
|
||||||
apply:
|
command:
|
||||||
image: hashicorp/terraform
|
image: hashicorp/terraform
|
||||||
environment:
|
environment:
|
||||||
- CODE_PATH=./hetzner/Projects/Development/landing-zone
|
- CODE_PATH=./hetzner/Projects/Development/landing-zone
|
||||||
secrets: [hetznerkey]
|
secrets: [hetznerkey, b2access, b2secret]
|
||||||
commands:
|
commands:
|
||||||
- apk add make
|
- apk add make
|
||||||
- make ${COMMAND}
|
- make ${COMMAND}
|
||||||
|
|
Loading…
Add table
Reference in a new issue