From c0389582b71b1ee45e8af75ffca98c2377bb43ef Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 22 Aug 2019 11:11:22 -0400 Subject: [PATCH] Add S3 bucket sync action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d228cc1..087c86a 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,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) - [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) +- [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action) ### External Services