mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-22 12:35:22 -04:00
Merge pull request #2677 from lightpanda-io/agent-build-cache-invalidation
ci: fix cache invalidation for agent-build
This commit is contained in:
1 file changed
+1
-1
@@ -110,4 +110,4 @@ jobs:
|
||||
steps:
|
||||
- name: cloudfront cache invalidation
|
||||
run: |
|
||||
aws cloudfront create-invalidation --distribution-id ${{ env.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/agent-nightly/*"
|
||||
aws cloudfront create-invalidation --distribution-id ${{ env.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
|
||||
Reference in new issue
Block a user