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