mirror of https://github.com/statping/statping
repush
parent
89884e8346
commit
d2edb06100
1
Makefile
1
Makefile
|
@ -282,6 +282,7 @@ docker-manifest: docker
|
||||||
|
|
||||||
post-release: frontend-build upload_to_s3 publish-homebrew dockerhub
|
post-release: frontend-build upload_to_s3 publish-homebrew dockerhub
|
||||||
|
|
||||||
|
|
||||||
# update the homebrew application to latest for mac
|
# update the homebrew application to latest for mac
|
||||||
publish-homebrew:
|
publish-homebrew:
|
||||||
curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $(TRAVIS_API)" -d $(PUBLISH_BODY) https://api.travis-ci.com/repo/statping%2Fhomebrew-statping/requests
|
curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $(TRAVIS_API)" -d $(PUBLISH_BODY) https://api.travis-ci.com/repo/statping%2Fhomebrew-statping/requests
|
||||||
|
|
Loading…
Reference in New Issue