Skip to content

Commit

Permalink
feat: invalidate only path for multiple mfe (#32)
Browse files Browse the repository at this point in the history
Invalidate only learning
  • Loading branch information
johanseto authored Apr 26, 2024
1 parent 6cba9bd commit 96a434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mfe-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:

- name: Invalidate past cloudfront cache
run: |
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/${{ vars.APP_ID }}/*"

0 comments on commit 96a434d

Please sign in to comment.