all repos — memnarch @ c28267af045fccf922a7eb484b8b6844019305ab

featherweight orchestrator

.memnarch/test.yml (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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