Cloudflare Pages should Purge Cache automatically - 2023

Or how should we trigger this?

I can’t do it in any CI because CF Pages is built independently…

There are no webhooks for me to trigger a CI step later, for example, using GitHub pages, right?

https://github.com/Cyb3r-Jak3/action-cloudflare-cache

You shouldn’t be caching in front of Pages, as it handles cache itself. I would recommend creating a cache rule that makes it so your Pages domains aren’t cached.

oh! i didn’t know that. Thanks :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.