heroku sucks

pull/116/head
Hunter Long 2018-12-19 19:45:16 -08:00
parent b9b35f42a8
commit 4dadd14128
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ build:
languages:
- go
pre:
- export PATH=$GOPATH/bin:$PATH
- go get github.com/GeertJohan/go.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:
web: cmd --port $PORT