Skip to content

Commit

Permalink
Env: deploy 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 12, 2024
1 parent 7e8d463 commit 83d0f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
- name: Build
run: CI='' pnpm run build

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

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -55,3 +50,7 @@ jobs:
--recursive \
--region ap-northeast-2 \
./dist s3://${{env.S3_BUCKET_NAME}}
- name: Invalidate CloudFront Cache
run:
aws cloudfront create-invalidation --distribution-id ${{secrets.AWS_DISTRIBUTION_ID }} --paths "/*"
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github

0 comments on commit 83d0f2e

Please sign in to comment.