Does rolling back a deployment restore env variables?
I've run into an issue where I submitted a deployment that crashes my app. I was able to rollback to a previous version that works, which is great. I reverted my commits to get my code to the previous working version, but when I redeploy it doesn't work. My only last thought is that one of the env variables I updated is wrong. Does rolling back update the env variables shown in the UI? If not, how can I restore the last set of working env variables?
2 Replies