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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: