diff --git a/heroku.yml b/heroku.yml index cc567162..090e9bbf 100644 --- a/heroku.yml +++ b/heroku.yml @@ -5,6 +5,8 @@ build: languages: - go pre: + - go get github.com/GeertJohan/go.rice + - go get github.com/GeertJohan/go.rice/rice - cd source && rice embed-go run: web: cmd --port $PORT \ No newline at end of file