How to Revert to a Previous Deployment Without Deploying Broken Code?

hmm,yeah its not changing.I did have to load 4 pages worth to get to the one i neededif that matters

and If i deploy the current broken code, its no longer possible to rollback to the previous deployment? Did that change?

You’d still be able to restore to an earlier version from revision history if it were working for you, but I’m trying to figure out why that isn’t working for you

thanks. the current deployment does work (because i haven’t deployed the changes I made over the last month+) so I’m terrified to deploy the errored code in case I cant get back to functioning deployment.

Btw this is a good opportunity for Git Sync — you’d be making these changes in a development branch, so you can always discard the changes or start a new branch off production

last deployed (functioning) is v200. broken changes took me to v440+ today if that matters

git sync sounds good. I assume I need to get the working version back first?

I think I’ve found the error on our end, still checking it out

I’m honestly surprised its not me. Usually is.

its an old workflow (pre projects) if that has an impact?

Thanks, will let eng know

FYI we just pushed out a fix for this. Can you refresh the page and try again in a few minutes?

I think that worked, thanks. When I click the blue restore it takes me to a page where I can test and edit steps of the old workflow and potentially deploy it. The blue button disappears until I click another revision to test. I can still get back to the most recent version via the same process.