From 0b721de8339261165ed820ccafd19c6af3aca20e Mon Sep 17 00:00:00 2001 From: jungmir Date: Sun, 22 Sep 2024 13:49:08 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=ED=94=84=EB=A1=9C=EB=8D=95=EC=85=98=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=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 --- .env.development | 3 +-- .github/workflows/prod-cd.yml | 2 +- scripts/set_prod.sh | 0 3 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 scripts/set_prod.sh diff --git a/.env.development b/.env.development index ef54c2b..9fe9142 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1 @@ -# REACT_APP_PYCONKR_API=https://api-dev.pycon.kr -REACT_APP_PYCONKR_API=http://localhost:8888 \ No newline at end of file +REACT_APP_PYCONKR_API=https://api-dev.pycon.kr \ No newline at end of file diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index 05ef67b..115a7e8 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -36,7 +36,7 @@ jobs: - name: Build run: | - yarn build + yarn build:prod - name: Deploy run: | diff --git a/scripts/set_prod.sh b/scripts/set_prod.sh old mode 100644 new mode 100755