We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314c6c6 commit 55ca063Copy full SHA for 55ca063
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
# Syncs all files in the repo to the S3 bucket and removes any files not in the repo
30
31
# Invalidate the CloudFront cache
32
- # - name: Invalidate CloudFront Cache
33
- # run: |
34
- # aws cloudfront create-invalidation --distribution-id E2DAJWU03C66ZB --paths "/*"
35
- # # Replace YOUR_CLOUDFRONT_DIST_ID with your CloudFront distribution ID
+ - name: Invalidate CloudFront Cache
+ run: |
+ aws cloudfront create-invalidation --distribution-id E3FKA8JYN5KBRD --paths "/*"
+ # Replace YOUR_CLOUDFRONT_DIST_ID with your CloudFront distribution ID
0 commit comments