pull/116/head
Hunter Long 2018-12-19 18:48:06 -08:00
parent afe24901ed
commit 866becc521
2 changed files with 9 additions and 1 deletions

View File

@ -84,4 +84,5 @@
[metadata.heroku]
root-package = "github.com/hunterlong/statping"
go-version = "1.11.2"
install = [ "./..." ]
install = [ "./cmd" ]
additional-tools = ["github.com/GeertJohan/go.rice", "github.com/GeertJohan/go.rice/rice"]

7
heroku.yml Normal file
View File

@ -0,0 +1,7 @@
build:
languages:
- go
pre:
- cd source && rice embed-go
run:
web: cmd --port $PORT