Skip to content

Commit ebdb5bc

Browse files
committed
add build config vars
1 parent c8b2faf commit ebdb5bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
run: pnpm install
2020
- name: Build everything
2121
run: pnpm run build
22+
env:
23+
VITE_PUBLIC_API_ORIGIN: ${{ vars.PUBLIC_API_ORIGIN }}
24+
VITE_ADMIN_API_ORIGIN: ${{ vars.ADMIN_API_ORIGIN }}
25+
VITE_MAIN_UI_ORIGIN: ${{ vars.APP_ORIGIN }}
26+
VITE_ADMIN_UI_ORIGIN: ${{ vars.ADMIN_APP_ORIGIN }}
2227

2328
- name: Verify cloudflare token
2429
run: |

0 commit comments

Comments
 (0)