Skip to content

Commit

Permalink
Fix invalidation path
Browse files Browse the repository at this point in the history
  • Loading branch information
protonchang committed Jul 11, 2024
1 parent 95c29e3 commit 7506db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
aws s3 rm --recursive s3://${{ secrets.BUCKET_NAME }}
aws s3 cp --recursive ./dist/ s3://${{ secrets.BUCKET_NAME }}
aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_ID }} --paths /*
aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_ID }} --paths "/*"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ dist

# Stores VSCode versions used for testing VSCode extensions
.vscode-test
.vscode

# yarn v2
.yarn/cache
Expand Down

0 comments on commit 7506db5

Please sign in to comment.