Terraform-IaC/.woodpecker/deploy.yml
oscarpocock 680b849179
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful
Expose secrets in appropriate tests
2022-12-03 04:07:30 +00:00

24 lines
No EOL
530 B
YAML

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