Skip to content

Commit

Permalink
Merge pull request #30 from pythonkr/develop
Browse files Browse the repository at this point in the history
Fix: 프로덕션 페이지에서 개발 서버로 api 요청 하던 버그 수정
  • Loading branch information
jungmir authored Sep 22, 2024
2 parents 216c3d5 + 9a0c51d commit c9e4b29
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 c9e4b29

Please sign in to comment.