Deploying applications built on EdgeDB Cloud to Vercel
-
Push project to GitHub or some other Git remote repository
-
Create and make note of a secret key for your EdgeDB Cloud instance
-
From Vercel’s Overview tab, click Add New > Project
-
Import your project’s repository
-
In “Configure Project,” expand “Environment Variables” to add two variables:
-
EDGEDB_INSTANCE
containing your EdgeDB Cloud instance name (in<org>/<instance-name>
format) -
EDGEDB_SECRET_KEY
containing the secret key you created and noted previously.
-
-
Click Deploy