I have a django app and I am deploying it using Heroku pipeline. I am trying to understand what's the best way to handle the fact that each staging apps should not use production databases (right?)
What's the best way to do so? It seems that I can't set env variable that are "phase" specific (can i?)