Skip to content

Commit

Permalink
fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Apr 21, 2024
1 parent a7c188e commit 11f23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tempFrontDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
run: |
# Upload all files first, then apply specific settings for compressed files
aws s3 sync ./front/dist s3://$BUCKET_NAME --delete
# aws s3 sync ./front/dist s3://$BUCKET_NAME --delete
aws s3 sync ./front/dist s3://$BUCKET_NAME --exclude '*' \
--include '*.js.gz' --content-encoding 'gzip' --content-type 'application/javascript' \
--include '*.svg.gz' --content-encoding 'gzip' --content-type 'image/svg+xml' \
Expand Down

0 comments on commit 11f23c7

Please sign in to comment.