Skip to content

Commit 6a83979

Browse files
authored
Merge pull request #465 from velopert/fix/missing-env
fix: put missing env
2 parents 870cdfd + bfd9241 commit 6a83979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
REACT_APP_GRAPHQL_HOST_NOCDN: 'https://v2.velog.io/'
3838
PUBLIC_URL: 'https://static.velog.io/'
3939
REACT_APP_REDIS_HOST: ${{ secrets.REDIS_HOST }}
40+
REACT_APP_CLIENT_V3_HOST: 'https://velog.io'
4041
CI: false
4142
- name: upload
4243
env:

0 commit comments

Comments
 (0)