diff --git a/docs/additional_reading/heroku_deployment.md b/docs/additional_reading/heroku_deployment.md index fa93b971a7..bc2fe4333c 100644 --- a/docs/additional_reading/heroku_deployment.md +++ b/docs/additional_reading/heroku_deployment.md @@ -20,6 +20,8 @@ heroku buildpacks:add --index 1 heroku/nodejs For more information, see [Using Multiple Buildpacks for an App](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app) +If for some reason you need custom buildpacks that are not officially supported by Heroku ([see this page](https://devcenter.heroku.com/articles/buildpacks)), we recommend checking out [heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi). + ## Fresh Rails Install ### Swap out sqlite for postgres by doing the following: