set the file permissions when uploading to public-read.
This commit is contained in:
parent
75d4a3bd3b
commit
ce46041548
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue