From 99412357c179e37de33ea8088775f47c30069d7f Mon Sep 17 00:00:00 2001 From: beom Date: Fri, 15 Nov 2024 13:38:22 +0900 Subject: [PATCH] =?UTF-8?q?feat(ci):=20prod-ci=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prod-ci.yml b/.github/workflows/prod-ci.yml index 6912b45c..4c569502 100644 --- a/.github/workflows/prod-ci.yml +++ b/.github/workflows/prod-ci.yml @@ -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 @@ -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 "/*" \ No newline at end of file + run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_ID }} --paths "/*"