heroku-buildpack-multi

by ActivityHero

README.md

Deprecated

This project is deprecated and is no longer being maintained.

Please fork it to your own account and update your BUILDPACK_URL

You can also check out Heroku's built-in buildpack-multi support.

Please check out my current project Convox for all of your deployment needs!

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/ActivityHero/heroku-buildpack-multi.git

For existing applications:

$ heroku buildpacks:set https://github.com/ActivityHero/heroku-buildpack-multi.git -a YOUR_APP_NAME