Skip to content

Commit 55ca063

Browse files
Update deploy.yml
1 parent 314c6c6 commit 55ca063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Syncs all files in the repo to the S3 bucket and removes any files not in the repo
3030

3131
# 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
32+
- name: Invalidate CloudFront Cache
33+
run: |
34+
aws cloudfront create-invalidation --distribution-id E3FKA8JYN5KBRD --paths "/*"
35+
# Replace YOUR_CLOUDFRONT_DIST_ID with your CloudFront distribution ID

0 commit comments

Comments
 (0)