revert updates, but not working on live site #169739
-
Select Topic AreaQuestion Feature AreaIssues BodyI'm new to development. So in the live site repo, I reverted everything back to the original state. It all succeeded on GitHub, I checked everything: the code, the desktop, the status, the local dev server, and everything looks perfect. But it still shows the unintended updates on the live site. I'm not sure how this is possible and how to fix this. I also removed the origin from the cloned folder. Btw, this is a private repo. Is there any suggestion on how to solve this? Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Even though you reverted everything on GitHub and it looks perfect there, the live site won't update on its own, you'll need to trigger a new deployment for your live site so it pulls those reverted files, also, sometimes it's just caching try a hard refresh in your browser, clear your browser's cache and if you use a CDN, clear its cache too. |
Beta Was this translation helpful? Give feedback.
Even though you reverted everything on GitHub and it looks perfect there, the live site won't update on its own, you'll need to trigger a new deployment for your live site so it pulls those reverted files, also, sometimes it's just caching try a hard refresh in your browser, clear your browser's cache and if you use a CDN, clear its cache too.