Skip to content

Commit

Permalink
really done...
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonc01 committed Aug 14, 2024
1 parent be0c7a1 commit be21026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/admin-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_ADMIN_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: "./service/dist" # 빌드된 파일들이 위치한 디렉토리
SOURCE_DIR: "./admin/dist" # 빌드된 파일들이 위치한 디렉토리

- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_ADMIN_DISTRIBUTION_ID }} --paths "/*"
Expand Down

0 comments on commit be21026

Please sign in to comment.