Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ls0f authored Aug 31, 2016
1 parent a807a21 commit 930302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd ../../cmd/control
gox -output "../../dist/{{.OS}}_{{.Arch}}_{{.Dir}}"

cd ../../
ghr $TRAVIS_TAG --username lovedboy --token $GITHUB_TOKEN --replace --debug dist/
ghr $TRAVIS_TAG -u lovedboy -t $GITHUB_TOKEN -r gortcp --replace --debug dist/

0 comments on commit 930302b

Please sign in to comment.