We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b2faf commit ebdb5bcCopy full SHA for ebdb5bc
.github/workflows/deploy.yaml
@@ -19,6 +19,11 @@ jobs:
19
run: pnpm install
20
- name: Build everything
21
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 }}
27
28
- name: Verify cloudflare token
29
run: |
0 commit comments