Created
September 30, 2020 18:57
-
-
Save roj4s/1e043ad448ecc11936f465bc8ffe7715 to your computer and use it in GitHub Desktop.
Configure heroku to use subfolders as different projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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