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

Flush nginx cache on deploy #36

Open
martinjobb opened this issue May 24, 2021 · 0 comments
Open

Flush nginx cache on deploy #36

martinjobb opened this issue May 24, 2021 · 0 comments

Comments

@martinjobb
Copy link
Contributor

Had an issue where I could not see my changes after deploy. Resolved it by flushing nginx cache in wp admin. But i think it should be a part of the release flow.

Added this to after-symlink.yml in my project. Maybe it should go into the boilerplate?

- name: Purge Nginx Cache
  shell: /bin/rm -rf /var/lib/nginx/fastcgi_cache/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant