9 lines
138 B
YAML
9 lines
138 B
YAML
|
branches: main
|
||
|
|
||
|
pipeline:
|
||
|
init:
|
||
|
image: hashicorp/terraform
|
||
|
commands:
|
||
|
- CODE_PATH=./hetzner/template make init
|
||
|
|
||
|
|