Skip to content

Instantly share code, notes, and snippets.

@roj4s
Created September 30, 2020 18:57
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 roj4s/1e043ad448ecc11936f465bc8ffe7715 to your computer and use it in GitHub Desktop.
Save roj4s/1e043ad448ecc11936f465bc8ffe7715 to your computer and use it in GitHub Desktop.
Configure heroku to use subfolders as different projects
heroku buildpacks:set https://github.com/roj4s/subdir-heroku-buildpack -a
<app_name>
heroku buildpacks:add heroku/nodejs -a <app_name>
heroku config:set PROJECT_PATH=api -a <app_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment