diff --git a/circle.yml b/circle.yml index 8ea25f1..c51681e 100644 --- a/circle.yml +++ b/circle.yml @@ -9,3 +9,10 @@ compile: general: artifacts: - "ci" + +deployment: + nightlies: + branch: master + commands: + - go get github.com/tcnksm/ghr + - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME `git describe --tags` ci/