Skip to content

Commit

Permalink
feat: using s3 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 24, 2024
1 parent 215b952 commit 1727cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
- name: Upload Build to S3
working-directory: ./client
run: |
aws s3 sync ./out s3://${{ env.S3_BUCKET }}
aws s3 sync ./out s3://${{ env.S3_BUCKET }} --content-type 'text/html'

0 comments on commit 1727cf4

Please sign in to comment.