Preview deployments with CircleCI
is there a way to do convex preview deployments via circle ci?
2 Replies
Yes you can, read “How it works” from https://docs.convex.dev/production/hosting/vercel#how-it-works-1
Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex
yes i’ve read through this, the problem is we have our own ci cd pipeline, so when convex gets deployed in our pipeline, there’s no way to grab that variable and forward it to the front end deploy job
ie the front end deploy and backend deploy are two different jobs in the same workflow