i am done building a mini project(reddit clone) using convex and clerk. How do i deploy the website for production. I am referring to my environment variables for clerk and my database. A link to a resource on how to deploy a convex app from scratch will be very helpful as well 🙏. The docs are not really concise on how to go about this.
#How do i configure my convex database for deployment to production
7 messages · Page 1 of 1 (latest)
@slow nymph hey, did you see https://docs.convex.dev/production/hosting/
we'd recommend using netlify or vercel
both work great
Just read that the clerk provider doesn't support https://<site-name>.vercel.app ,does that mean I can't host for free on vercel?
@slow nymph you can setup a domain in your vercel account as a solution https://vercel.com/docs/projects/domains/add-a-domain, and works on the free tier
i am trying to deploy to netlify but facing issues due to build command. "npm run build && npx convex deploy" is giving some issues. Is there a particular way to type it in?