We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1695b1 commit 2040555Copy full SHA for 2040555
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: npm run build:ci
29
run: npm run build:ci
30
env:
31
- REACT_APP_API_HOST: 'https://v2dev.velog.io/'
+ REACT_APP_API_HOST: 'https://v2.velog.io/'
32
PUBLIC_URL: 'https://static.velog.io/'
33
- name: s3 sync
34
uses: jakejarvis/s3-sync-action@master
@@ -49,7 +49,7 @@ jobs:
49
# or if using AWS creds directly
50
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
51
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
52
53
54
- name: Deploy Completion Webhook
55
uses: joelwmale/webhook-action@master
0 commit comments