From ccf4535fc47090176edcc762572868e5129c6194 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 16 Sep 2019 13:24:43 -0400 Subject: [PATCH] Re-add optional s3 sync flags --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f7a6100..93fea131 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: path: './public' - uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read + args: --acl public-read --delete --follow-symlinks env: SOURCE_DIR: './public' AWS_REGION: 'us-east-1'