|
@@ -56,7 +56,7 @@ jobs:
|
|
|
|
|
|
- name: Invalidate Cloudfront
|
|
- name: Invalidate Cloudfront
|
|
run: |
|
|
run: |
|
|
- aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DIST_ID_PROD }} --paths "/*" "/ipxe/*"
|
|
|
|
|
|
+ aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DIST_ID_PROD }} --paths "/*" "/ipxe/*" "/sigs/*"
|
|
|
|
|
|
- name: Notify Discord on failure
|
|
- name: Notify Discord on failure
|
|
if: failure()
|
|
if: failure()
|