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 b19aaba commit f9a7866
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 @@ -30,7 +30,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: "dist" # 빌드된 파일들이 위치한 디렉토리
SOURCE_DIR: "./service/dist" # 빌드된 파일들이 위치한 디렉토리

- name: Invalidate CloudFront
uses: chetan/invalidate-cloudfront-action@v1
Expand Down

0 comments on commit f9a7866

Please sign in to comment.