Skip to content

Commit

Permalink
service-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonc01 committed Aug 13, 2024
1 parent ca2e963 commit 8352573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SOURCE_DIR: "./service/dist" # 빌드된 파일들이 위치한 디렉토리

- name: Invalidate CloudFront
uses: chetan/invalidate-cloudfront-action@v1
uses: aws-actions/aws-cloudfront-invalidate-cache@v2
with:
distribution-id: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
paths: "/*"
Expand Down

0 comments on commit 8352573

Please sign in to comment.