diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 66cfaba..c43b043 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -1,8 +1,11 @@ -branches: main +branches: + include: [main] pipeline: init: image: hashicorp/terraform + environment: + - CODE_PATH=./hetzner/template commands: - apk add make - - CODE_PATH=./hetzner/template make init \ No newline at end of file + - make init \ No newline at end of file