Promoting Heroku app from staging to production keeps environment

Viewed 1332

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 Answers
Related