gomuks/.gh-deployer.yaml

11 lines
132 B
YAML
Raw Normal View History

2018-05-15 18:48:19 +02:00
shell: /bin/bash
shell-args: [ "-c" ]
env:
- PROJECT_NAME=gomuks
commands:
- ./scripts/ci
- rm -rf .tmp/ target/
2019-01-11 23:35:42 +01:00
- git checkout .