statping/heroku.yml

12 lines
227 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:42:27 +00:00
- go get github.com/GeertJohan/go.rice
- go get github.com/GeertJohan/go.rice/rice
2018-12-20 02:48:06 +00:00
- cd source && rice embed-go
run:
web: cmd --port $PORT