Terraform-IaC/.woodpecker/deploy.yml
oscarpocock e099e0a250
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful
Attempted to add the variable correct format
2022-12-03 03:35:24 +00:00

23 lines
No EOL
474 B
YAML

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