madeintandem / staffing-strategy

Small React project to make it easy to visualize possible upcoming staffing scenarios and plan for multiple possible futures at once
https://tandem-staffing.herokuapp.com/
1 stars 2 forks source link

Determine Heroku release pipeline #21

Closed noraglinden closed 2 years ago

noraglinden commented 2 years ago

Current release is through Heroku feature and Promote button. However, promote button is copying over env args from staging to production.

https://devcenter.heroku.com/articles/release-phase#design-considerations https://stackoverflow.com/questions/45064842/heroku-pipeline-staging-env-variable-carried-into-production

cainwatson commented 2 years ago

I played around with heroku pipelines on the weekend and I believe if we remove the REACT_APP_SERVER_API_URL variable on the frontend, the current setup will work.