We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6f5d4 commit 9530e13Copy full SHA for 9530e13
.github/workflows/deploy.yml
@@ -70,8 +70,8 @@ jobs:
70
71
- name: Build
72
run: pnpm build
73
- # env:
74
- # NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
+ env:
+ NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
75
76
# Upload the build artifacts to be used by the deploy job
77
- name: Upload build artifacts
0 commit comments