I have been deploying to a single app on heroku. I have decided to create a pipeline and I set this app as the production app. I created a new app for staging.
Which app should the local code be linked to and pushed to with git push heroku master? Is it the staging app or the production app?
Do I need to run a command to let my local repo know that I want it sent to the staging app?