File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
npm-packages/docs/docs/production/hosting Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ step: override the `CONVEX_CLOUD_URL` environment variable.
36
36
37
37
![ Override system environment variables] ( /screenshots/override_system_env_vars.png )
38
38
39
- Then re-deploy your project with the standard build command
40
- ` npx convex deploy --cmd 'npm run build' ` . The newly deployed code will access
41
- your Convex functions through your custom domain.
39
+ Then re-deploy your project. This may entail clicking "Redeploy" in Vercel or
40
+ Netlify, or directly running ` npx convex deploy --cmd 'npm run build' ` . The
41
+ newly deployed code will access your Convex functions through your custom
42
+ domain.
42
43
43
44
The ` CONVEX_CLOUD_URL ` environment variable is used in several places:
44
45
You can’t perform that action at this time.
0 commit comments