From 2b900a555d254eeb2628dc5e6cb0af4c4ee608bd Mon Sep 17 00:00:00 2001 From: Eric Sauter Date: Mon, 14 Mar 2016 18:12:59 -0400 Subject: [PATCH] Link to heroku-buildpack-multi as an alternative option --- docs/additional_reading/heroku_deployment.md | 2 ++ 1 file changed, 2 insertions(+) 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: