heroku-buildpack-hugo-binary

by GuidedTrack

README.md

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/GuidedTrack/heroku-buildpack-hugo-binary.git

For existing applications:

$ heroku buildpacks:set https://github.com/GuidedTrack/heroku-buildpack-hugo-binary.git -a YOUR_APP_NAME