Skip to content

Commit

Permalink
Allow CloudFront invalidation to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 19, 2024
1 parent e389272 commit 9bdf6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cloudfront-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:

- name: Invalidate CloudFront cache
uses: docker://public.ecr.aws/aws-cli/aws-cli
continue-on-error: true
with:
args: cloudfront create-invalidation --distribution-id ${{ inputs.cloudfront_distribution_id }} --paths "/*"

0 comments on commit 9bdf6a8

Please sign in to comment.