1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00

Add Github release publishing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-22 15:30:14 +02:00
parent 8b38d49ff9
commit cb09a7afb6
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 14 additions and 0 deletions

10
.repo-runner.yaml Normal file
View file

@ -0,0 +1,10 @@
---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/password
commands:
- make publish
environment:
CGO_ENABLED: 0

View file

@ -10,3 +10,7 @@ debug: compile_coffee
pack: compile_coffee
go-bindata frontend/...
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh