We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30b389 commit 9d1ad25Copy full SHA for 9d1ad25
.github/workflows/release.yml
@@ -37,3 +37,4 @@ jobs:
37
- name: Sync UI Bundle to S3
38
run: |
39
aws s3 sync --follow-symlinks --include '*.zip' --no-progress build s3://${{ secrets.STATIC_CONTENT_BUCKET }}/build
40
+ aws cloudfront create-invalidation --distribution-id ${{ vars.CDN_ID }} --paths "/build/*"
0 commit comments