Remove public-read from the deploy-site.yaml file.

This commit is contained in:
Xander Bazzi 2024-02-23 18:33:59 -07:00
parent 039c365ecb
commit 27885b1096

View File

@ -15,7 +15,7 @@ jobs:
- name: Sync to S3
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
args: --follow-symlinks --delete
env:
AWS_S3_BUCKET: www.xbazzi.com
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}