Skip to content

Commit

Permalink
Fix invalidation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog authored Jul 8, 2024
1 parent e654a99 commit 82fe83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
aws s3 sync . s3://api2static.teamlab.info --delete
- name: Invalidate CLOUDFRONT cache
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }}
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths '/*'

0 comments on commit 82fe83f

Please sign in to comment.