14 lines
289 B
YAML
14 lines
289 B
YAML
|
build:
|
||
|
cmd: go build
|
||
|
deploy:
|
||
|
hosts:
|
||
|
- amethyst
|
||
|
- vajra
|
||
|
artifacts:
|
||
|
- /opt/memnarch/:
|
||
|
- memnarch
|
||
|
before:
|
||
|
- step1 echo this is silly
|
||
|
- step2 echo we are just filling steps to test the parser
|
||
|
after:
|
||
|
- step99 echo deployment successful. always a pleasure
|