Added command variable
This commit is contained in:
parent
c89b571419
commit
78e3ed7d63
2 changed files with 1 additions and 14 deletions
|
@ -18,6 +18,6 @@ pipeline:
|
|||
secrets: [hetznerkey]
|
||||
commands:
|
||||
- apk add make
|
||||
- make apply
|
||||
- make $COMMAND
|
||||
when:
|
||||
event: manual
|
|
@ -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
|
Loading…
Reference in a new issue