Skip to content

Commit 12719ef

Browse files
committed
feat: update CI configuration to include additional environment variables for Convex deployment
1 parent 20253e2 commit 12719ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ jobs:
5555
- name: Set up Convex
5656
env:
5757
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
58+
CONVEX_DEPLOYMENT: ${{ secrets.CONVEX_DEPLOYMENT }}
5859
run: |
59-
npx convex dev --once --configure=new || true
60+
npx convex dev --once --configure=new
6061
6162
- name: Build Next.js
63+
env:
64+
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
65+
CONVEX_DEPLOYMENT: ${{ secrets.CONVEX_DEPLOYMENT }}
6266
run: npm run build
6367

6468
check-formatting:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📧 Sendable.ai
1+
# Sendable.ai
22

33
> **AI-powered cold email outreach platform** that automates lead generation, personalized email campaigns, and intelligent response tracking for sales teams.
44

0 commit comments

Comments
 (0)