This is a fork of the official Heroku Ruby Buildpack to add auto generation of an Octopress static site during deploy.
This means you don't have to run rake generate
locally and commit the generated pages anymore. Heroku will run it for you.
Compatible with Heroku's Cedar-14 Stack.
Set your octopress blog to use this buildpack:
heroku buildpacks:set https://github.com/launchschool/heroku-buildpack-octopress
You can read about heroku buildpacks here
Took some code from Nicholas Mott's Version