Add Cloudflare cache purge action

This commit is contained in:
Jake Jarvis 2019-08-22 00:20:25 -04:00
parent 0025bed112
commit 7358004514
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

View File

@ -192,6 +192,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Executing remote ssh commands](https://github.com/appleboy/ssh-action) - [Executing remote ssh commands](https://github.com/appleboy/ssh-action)
- [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl)
- [Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description) - [Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description)
- [Purge Cloudflare cache after updating a website](https://github.com/jakejarvis/cloudflare-purge-action)
### External Services ### External Services