ci: convex deploy fix

This commit is contained in:
Ben Allfree
2025-11-23 01:19:03 -08:00
parent f34c95ad80
commit 42a4a38ef1
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ jobs:
run: bun install
- name: Build
run: bun run build
env:
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
run: npx convex deploy --cmd 'bun run build'
- name: Deploy
uses: cloudflare/wrangler-action@v3