Skip to content

Commit

Permalink
Merge pull request #29 from pythonkr/fix/production-build
Browse files Browse the repository at this point in the history
Fix: 프로덕션 배포 스크립트 수정
  • Loading branch information
jungmir authored Sep 22, 2024
2 parents afc18ec + 0b721de commit 9a0c51d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# REACT_APP_PYCONKR_API=https://api-dev.pycon.kr
REACT_APP_PYCONKR_API=http://localhost:8888
REACT_APP_PYCONKR_API=https://api-dev.pycon.kr
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build
run: |
yarn build
yarn build:prod
- name: Deploy
run: |
Expand Down
Empty file modified scripts/set_prod.sh
100644 → 100755
Empty file.

0 comments on commit 9a0c51d

Please sign in to comment.