Merge pull request #155 from jakejarvis/add-s3-sync

Add S3 bucket sync action
This commit is contained in:
Gary Ewan Park 2019-08-22 21:43:34 +01:00 committed by GitHub
commit cb7528ddb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,6 +197,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [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) - [Purge Cloudflare cache after updating a website](https://github.com/jakejarvis/cloudflare-purge-action)
- [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action)
### External Services ### External Services