subdir-heroku-buildpack icon indicating copy to clipboard operation
subdir-heroku-buildpack copied to clipboard

still deploying front end

Open jbenjoy2 opened this issue 2 years ago • 1 comments

I have followed all of the steps in the article about using this build pack to deploy a subfolder on heroku. However, it continues to deploy my entire app. I only want my backend/ folder deploying on heroku, not my entire repo but it seems like its not working that way. Is it still supposed to respond to code changes in the entire app, but only be showing the server code in the deployment, or is it not supposed to be responding to the front end at all?

repository_name/ ├─ backend/ ├─ frontend/

CONFIG_VAR SETUP

PROJECT_PATH: backend

jbenjoy2 avatar Jun 15 '22 14:06 jbenjoy2

Try PROJECT_PATH=./backend/

tiagomota79 avatar Jun 22 '22 20:06 tiagomota79