Skip to content

Commit

Permalink
Add public read
Browse files Browse the repository at this point in the history
  • Loading branch information
AshMartian committed Nov 24, 2023
1 parent 8c9a9c4 commit 783019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy to S3
shell: bash
run: |
aws s3 sync dist/ ${AWS_BUCKET} --delete
aws s3 sync dist/ ${AWS_BUCKET} --delete --public-read
aws cloudfront create-invalidation --distribution-id ${CLOUDFRONT_DISTRIBUTION_ID} --paths "/*"
env:
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
Expand Down

0 comments on commit 783019b

Please sign in to comment.