mirror of https://github.com/statping/statping
heroku sucks
parent
b9b35f42a8
commit
4dadd14128
|
@ -5,8 +5,9 @@ build:
|
||||||
languages:
|
languages:
|
||||||
- go
|
- go
|
||||||
pre:
|
pre:
|
||||||
|
- export PATH=$GOPATH/bin:$PATH
|
||||||
- go get github.com/GeertJohan/go.rice
|
- go get github.com/GeertJohan/go.rice
|
||||||
- go get github.com/GeertJohan/go.rice/rice
|
- go get github.com/GeertJohan/go.rice/rice
|
||||||
- cd source && rice embed-go
|
- cd $GOPATH/src/github.com/hunterlong/statping/source && rice embed-go
|
||||||
run:
|
run:
|
||||||
web: cmd --port $PORT
|
web: cmd --port $PORT
|
Loading…
Reference in New Issue