mirror of https://github.com/statping/statping
heroku
parent
afe24901ed
commit
866becc521
|
@ -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"]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
build:
|
||||
languages:
|
||||
- go
|
||||
pre:
|
||||
- cd source && rice embed-go
|
||||
run:
|
||||
web: cmd --port $PORT
|
Loading…
Reference in New Issue