Ajay
CCConvex Community
•Created by Ajay on 5/24/2025 in #support-community
Deploying Convex in a Turborepo
Thanks! The build command:
Was critical. Of note it is important to replace the
with
in my specific case.
9 replies
CCConvex Community
•Created by Ajay on 5/24/2025 in #support-community
Deploying Convex in a Turborepo
Further reading ... ok, so the
PRODUCTION_DEPLOY_KEY
is just so that I don't have to authenticate to write the convex functions?9 replies
CCConvex Community
•Created by Ajay on 5/24/2025 in #support-community
Deploying Convex in a Turborepo
If I'm understanding this:
Basically the CONVEX_DEPLOY_KEY is just an automatic way to set the CONVEX_URL (which I can just grab from the dashboard, right?) and then run
convex deploy
?9 replies
CCConvex Community
•Created by Ajay on 5/24/2025 in #support-community
Deploying Convex in a Turborepo
Some related questions I have are:
- In addition to the
PRODUCTION_DEPLOY_KEY
do I need the DEPLOY_URL
?
- Is this something that goes into my web application as an environment variable?
- Why don't I need a deploy key for dev
?9 replies