Skip to content

Commit 2040555

Browse files
committed
Fix main REACT_APP_API_HOST
1 parent f1695b1 commit 2040555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: npm run build:ci
2929
run: npm run build:ci
3030
env:
31-
REACT_APP_API_HOST: 'https://v2dev.velog.io/'
31+
REACT_APP_API_HOST: 'https://v2.velog.io/'
3232
PUBLIC_URL: 'https://static.velog.io/'
3333
- name: s3 sync
3434
uses: jakejarvis/s3-sync-action@master
@@ -49,7 +49,7 @@ jobs:
4949
# or if using AWS creds directly
5050
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5151
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
52-
REACT_APP_API_HOST: 'https://v2dev.velog.io/'
52+
REACT_APP_API_HOST: 'https://v2.velog.io/'
5353
PUBLIC_URL: 'https://static.velog.io/'
5454
- name: Deploy Completion Webhook
5555
uses: joelwmale/webhook-action@master

0 commit comments

Comments
 (0)