Skip to content

Commit f31f5a7

Browse files
committed
Re-enable CloudFront cache invalidation for website deployments
1 parent e4e8387 commit f31f5a7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
aws s3 sync ./packages/website/build s3://${{ env.S3_BUCKET }} --delete
7979
80-
# - name: Invalidate CloudFront
81-
# if: env.CLOUDFRONT_ID
82-
# run: |
83-
# aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_ID }} --paths "/*"
80+
- name: Invalidate CloudFront
81+
if: env.CLOUDFRONT_ID
82+
run: |
83+
aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_ID }} --paths "/*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<a href="https://marketplace.visualstudio.com/items?itemName=robertpiosik.gemini-coder" target="_blank"><img src="https://img.shields.io/badge/Install-VS_Code_Marketplace-blue" alt="Get from Visual Studio Code Marketplace" /></a>
44

5-
Versatile AI pair programming tool designed for top accuracy at unmatched speed and cost effectivenes.
5+
A versatile AI pair programming tool designed for top accuracy at unmatched speed and cost effectivenes.
66

77
✅ Works with **VS Code** and its derivatives \
88
**Initializes 15+ chatbots** hands-free \

0 commit comments

Comments
 (0)