Added command variable
Some checks failed
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline failed

This commit is contained in:
Oscar Blue 2022-12-03 03:30:47 +00:00
parent c89b571419
commit 78e3ed7d63
2 changed files with 1 additions and 14 deletions

View file

@ -18,6 +18,6 @@ pipeline:
secrets: [hetznerkey]
commands:
- apk add make
- make apply
- make $COMMAND
when:
event: manual

View file

@ -1,13 +0,0 @@
branches:
include: [main]
pipeline:
init:
image: hashicorp/terraform
environment:
- CODE_PATH=./hetzner/template
commands:
- apk add make
- make destroy
when:
event: manual