aboutsummaryrefslogtreecommitdiff
path: root/.gh-deployer.yaml
blob: ab6f6ecdb01d60f584902b435c1a60aa60e22d59 (plain)
1
2
3
4
5
6
7
8
9
10
shell: /bin/bash
shell-args: [ "-c" ]

env:
- PROJECT_NAME=gomuks

commands:
- ./scripts/ci
- rm -rf .tmp/ target/
- git checkout .