statping/heroku.yml

13 lines
306 B
YAML
Raw Normal View History

2018-12-20 03:40:26 +00:00
setup:
config:
GOVERSION: go1.11
2018-12-20 02:48:06 +00:00
build:
languages:
- go
pre:
2018-12-20 03:45:16 +00:00
- export PATH=$GOPATH/bin:$PATH
2018-12-20 03:42:27 +00:00
- go get github.com/GeertJohan/go.rice
- go get github.com/GeertJohan/go.rice/rice
2018-12-20 03:45:16 +00:00
- cd $GOPATH/src/github.com/hunterlong/statping/source && rice embed-go
2018-12-20 02:48:06 +00:00
run:
web: cmd --port $PORT