From ce46041548c4d51a7c1b2c6be13869a8e14261b0 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 26 Oct 2022 23:10:16 -0700 Subject: [PATCH] set the file permissions when uploading to public-read. --- .github/workflows/cloud-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-deploy.yaml b/.github/workflows/cloud-deploy.yaml index 7d7e8a71..1eb8a92d 100644 --- a/.github/workflows/cloud-deploy.yaml +++ b/.github/workflows/cloud-deploy.yaml @@ -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: