Skip to content

Commit

Permalink
feat(ci): prod-ci 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Nov 15, 2024
1 parent 15f9769 commit 9941235
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
Deploy:
runs-on: ubuntu-latest

env:
VITE_APP_BASE_URL: ${{ secrets.VITE_APP_BASE_URL }}
VITE_APP_BASE_URL_CHAT: ${{ secrets.VITE_APP_BASE_URL_CHAT }}
VITE_APP_NTS_BUSINESSMAN_API_KEY: ${{ secrets.VITE_APP_NTS_BUSINESSMAN_API_KEY }}
VITE_APP_UNIVCERT_API_KEY: ${{ secrets.VITE_APP_UNIVCERT_API_KEY }}

steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down Expand Up @@ -53,4 +59,4 @@ jobs:
run: aws s3 sync ./dist s3://${{ secrets.AWS_S3_BUCKET_NAME }} --delete

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

0 comments on commit 9941235

Please sign in to comment.