Skip to content

Commit

Permalink
fix: Add missing CONVEX_DEPLOY_KEY (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 11, 2024
1 parent 3e0f991 commit 324fd2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: pnpm install

- name: Deploy Convex and build app
env:
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
run: npx convex deploy --cmd 'pnpm build'

- name: Deploy to Cloudflare Pages
Expand Down

0 comments on commit 324fd2d

Please sign in to comment.