From 676f4a4c8e1a67fb462105e3cf11adb1dd74d570 Mon Sep 17 00:00:00 2001 From: rbgksqkr Date: Fri, 12 Apr 2024 17:27:00 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20=ED=99=98=EA=B2=BD=20=EB=B3=80=EC=88=98=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/front-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/front-deploy.yml b/.github/workflows/front-deploy.yml index 5b2e3b09..918d10a5 100644 --- a/.github/workflows/front-deploy.yml +++ b/.github/workflows/front-deploy.yml @@ -37,10 +37,8 @@ jobs: # 환경 변수 파일을 생성. - name: Generate Environment Variables File for Production run: | - echo "VITE_DEV_SERVER_URL=$VITE_DEV_SERVER_URL" >> .env echo "VITE_PROD_SERVER_URL=$VITE_PROD_SERVER_URL" >> .env env: - VITE_DEV_SERVER_URL: ${{ secrets.VITE_DEV_SERVER_URL }} VITE_PROD_SERVER_URL: ${{ secrets.VITE_PROD_SERVER_URL }} # react 빌드