gomuks/.gh-deployer.yaml
2019-01-12 00:35:42 +02:00

11 lines
132 B
YAML

shell: /bin/bash
shell-args: [ "-c" ]
env:
- PROJECT_NAME=gomuks
commands:
- ./scripts/ci
- rm -rf .tmp/ target/
- git checkout .