Promoting Heroku app from staging to production keeps environment

1.9k Views Asked by At

Say I have an environment variable called API_URL, which I set 2 different values for staging and production.

Thing is: when I promote the app from staging to production, it keeps staging API_URL value in the production environment, though in Settings it's set to the right value.

Does anyone know how to disable this "feature"?

0

There are 0 best solutions below