mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Fix GitHub Actions: add OIDC role + CloudFront invalidation
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -30,3 +30,9 @@ jobs:
|
|||||||
--exclude ".github/*" \
|
--exclude ".github/*" \
|
||||||
--exclude "README.md" \
|
--exclude "README.md" \
|
||||||
--delete
|
--delete
|
||||||
|
|
||||||
|
- name: Invalidate CloudFront cache
|
||||||
|
run: |
|
||||||
|
aws cloudfront create-invalidation \
|
||||||
|
--distribution-id E33B2483TZ50S9 \
|
||||||
|
--paths "/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user