set the file permissions when uploading to public-read.

This commit is contained in:
Jason Kulatunga 2022-10-26 23:10:16 -07:00
parent 75d4a3bd3b
commit ce46041548
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Copy files to the test website with the AWS CLI
run: |
aws s3 sync dist s3://fasten-sandbox-app-frontend-bucket/web
aws s3 sync dist s3://fasten-sandbox-app-frontend-bucket/web --acl public-read
# env: