1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 16:45:32 -04:00

Re-add optional s3 sync flags

This commit is contained in:
2019-09-16 13:24:43 -04:00
parent 6c94a9ee6d
commit ccf4535fc4

View File

@@ -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'