Terraform-IaC/.woodpecker/deploy.yml
oscarpocock dae33bedfc
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful
Added environmental variable for CODE_PATH
2022-12-03 02:36:44 +00:00

11 lines
No EOL
185 B
YAML

branches:
include: [main]
pipeline:
init:
image: hashicorp/terraform
environment:
- CODE_PATH=./hetzner/template
commands:
- apk add make
- make init