mirror of https://github.com/statping/statping
auto homebrew
parent
2e9425c979
commit
6969490ccf
|
@ -37,6 +37,9 @@ before_deploy:
|
||||||
- git config --local user.email "info@socialeck.com"
|
- git config --local user.email "info@socialeck.com"
|
||||||
- make tag
|
- make tag
|
||||||
|
|
||||||
|
after_deploy:
|
||||||
|
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key: $GH_TOKEN
|
api_key: $GH_TOKEN
|
||||||
|
|
Loading…
Reference in New Issue