Skip to content

Commit 9530e13

Browse files
committed
fix: convex env
1 parent ef6f5d4 commit 9530e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
7171
- name: Build
7272
run: pnpm build
73-
# env:
74-
# NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
73+
env:
74+
NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
7575

7676
# Upload the build artifacts to be used by the deploy job
7777
- name: Upload build artifacts

0 commit comments

Comments
 (0)