Closed Burnett2k closed 2 years ago
This was the least intrusive method I found to make purging after deployments work.
It relies on the Vercel GH integration to create a "deployment" event after a deployment.
The workflow I created is triggered when a deployment event occurs, and if it's a 'production' environment event that means we should purge.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This was the least intrusive method I found to make purging after deployments work.
It relies on the Vercel GH integration to create a "deployment" event after a deployment.
The workflow I created is triggered when a deployment event occurs, and if it's a 'production' environment event that means we should purge.