Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear cache on deploy #385

Closed
eyeseast opened this issue Dec 14, 2023 · 2 comments
Closed

Clear cache on deploy #385

eyeseast opened this issue Dec 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@eyeseast
Copy link
Collaborator

We're still seeing caching issues, but we're also seeing that clearing the full cache is basically fine. So, let's bust the cache every time we deploy the site to production.

@eyeseast eyeseast added the enhancement New feature or request label Dec 14, 2023
@eyeseast
Copy link
Collaborator Author

Here's a builtin solution: https://www.netlify.com/integrations/cloudflare/cache-purge-build-plugin/

Strictly this plugin triggers the cache purge before deploy (but after build), as this is the only functionality Netlify provides.

I'm not sure if we want to run this post-deploy instead. That might mean we need our own version.

@eyeseast
Copy link
Collaborator Author

eyeseast commented Jan 9, 2024

Closed via #404

@eyeseast eyeseast closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant