You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.`heroku buildpacks:add heroku/nodejs` or whatever buildpack you need for your application
9
+
4.`heroku config:set PROJECT_PATH=projects/nodejs/frontend` pointing to what you want to be a project root.
10
+
5.`heroku config:set KEEPS=./dependencies:./vendor` to specify what you want to keep using GLOBIGNORE syntax.
11
+
5. Deploy your project to Heroku.
12
12
13
13
# How it works
14
14
The buildpack takes subdirectory you configured, erases everything else, and copies that subdirectory to project root. Then normal Heroku slug compilation proceeds.
0 commit comments