From 76e67a21d31b959c7276434d5f1d7c88828bc7a6 Mon Sep 17 00:00:00 2001 From: Dave Paola Date: Wed, 21 Feb 2018 21:35:03 -0800 Subject: [PATCH] Update Heroku instructions to include buildpack sequence --- docs/deployment.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deployment.md b/docs/deployment.md index 6d9cb87f7..dc14e95bb 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -20,6 +20,12 @@ By default the output will look like this in different environments: ## Heroku +Make sure you have the `heroku/nodejs` buildpack listed first in your app. You can add it by running: + +``` +heroku buildpacks:add heroku/nodejs -i 1 +``` + Heroku installs Yarn and node by default if you deploy a Rails app with Webpacker so all you would need to do: