Skip to content

Commit

Permalink
[Fix] AWS cloudfront 무효화 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
pasly0920 committed Nov 22, 2022
1 parent c2ccbc7 commit 112935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id ${{secrets.AWS_DISTRIBUTION_ID}} --paths "/*"
run: aws cloudfront create-invalidation --distribution-id ${{secrets.AWS_MAIN_DISTRIBUTION_ID}} --paths "/*"

0 comments on commit 112935c

Please sign in to comment.