Skip to content

Commit

Permalink
📦Chore: S3-CloudFront CICD Settings 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyeongjang authored Sep 2, 2024
1 parent d8040fd commit c7f3021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
AWS_REGION: 'ap-northeast-2'

- name: Invalidate CloudFront
uses: chetan/invalidate-cloudfront-action@v1.5.0
uses: chetan/invalidate-cloudfront-action@v1.6.0
with:
distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
paths: '/*'
Expand Down

0 comments on commit c7f3021

Please sign in to comment.