Skip to content

Commit 9a0c51d

Browse files
authored
Merge pull request #29 from pythonkr/fix/production-build
Fix: 프로덕션 배포 스크립트 수정
2 parents afc18ec + 0b721de commit 9a0c51d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.env.development

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# REACT_APP_PYCONKR_API=https://api-dev.pycon.kr
2-
REACT_APP_PYCONKR_API=http://localhost:8888
1+
REACT_APP_PYCONKR_API=https://api-dev.pycon.kr

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build
3838
run: |
39-
yarn build
39+
yarn build:prod
4040
4141
- name: Deploy
4242
run: |

scripts/set_prod.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)