Added environmental variable for CODE_PATH
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful

This commit is contained in:
Oscar Blue 2022-12-03 02:36:44 +00:00
parent a55fc13d17
commit dae33bedfc

View file

@ -1,8 +1,11 @@
branches: main branches:
include: [main]
pipeline: pipeline:
init: init:
image: hashicorp/terraform image: hashicorp/terraform
environment:
- CODE_PATH=./hetzner/template
commands: commands:
- apk add make - apk add make
- CODE_PATH=./hetzner/template make init - make init