Skip to content

Instantly share code, notes, and snippets.

@SauloSilva
Created December 11, 2015 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SauloSilva/0430bcb007c536c88cb7 to your computer and use it in GitHub Desktop.
Save SauloSilva/0430bcb007c536c88cb7 to your computer and use it in GitHub Desktop.
Add multiple buildpacks heroku
heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-nodejs.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment