Skip to content

Commit

Permalink
Merge pull request #10 from depromeet/chore-CI-setting
Browse files Browse the repository at this point in the history
chore #5 : CI 세팅 fix
  • Loading branch information
subsub-e authored Feb 8, 2025
2 parents 85b5ddf + 7d556b6 commit dde7939
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:


- name: Invalidate CloudFront Cache
uses: aws-actions/cloudfront-invalidate-cache-action@v1
with:
distribution-id: ${{ secrets.AWS_CLOUDFRONT_ID }}
paths: '/*'
run: |
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_ID }} --paths "/*"

0 comments on commit dde7939

Please sign in to comment.