Skip to content

Commit

Permalink
Update frontDeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lth01 authored Apr 26, 2024
1 parent 54f34a5 commit 0286587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
CLOUD_FRONT_ID: ${{ secrets.AWS_CLOUDFRONT_ID}}
run: |
aws cloudfront create-invalidation \
--distribution-id ${{ env.CLOUD_FRONT_ID }} --paths /*
--distribution-id ${{ env.CLOUD_FRONT_ID }} --paths "/*"

0 comments on commit 0286587

Please sign in to comment.