Select Page
How to clear cloudflare cache in a deployment script

How to clear cloudflare cache in a deployment script

I had a site where I needed to clear the cloudflare cache on each deployment. I went to the docs and found a simple request to make this happen. Thankfully, I was also using Laravel Envoyer, so all I needed to do was to add the script to my deployment hook. curl -X...