mirror of https://github.com/statping/statping
wiki update - heroku make cmd
parent
3ac519b792
commit
7679b8da4b
5
Makefile
5
Makefile
|
@ -339,4 +339,9 @@ xgo-install: clean
|
||||||
go get github.com/karalabe/xgo
|
go get github.com/karalabe/xgo
|
||||||
docker pull karalabe/xgo-latest
|
docker pull karalabe/xgo-latest
|
||||||
|
|
||||||
|
heroku:
|
||||||
|
git push heroku master
|
||||||
|
heroku container:push web
|
||||||
|
heroku container:release web
|
||||||
|
|
||||||
.PHONY: all build build-all build-alpine test-all test test-api docker
|
.PHONY: all build build-all build-alpine test-all test test-api docker
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue