Search
ctrl/
Ask AI
Light
Dark
System

Deploying applications built on EdgeDB Cloud to Vercel

  1. Push project to GitHub or some other Git remote repository

  2. Create and make note of a secret key for your EdgeDB Cloud instance

  3. From Vercel’s Overview tab, click Add New > Project

  4. Import your project’s repository

  5. 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.

  6. Click Deploy

A screenshot of the Vercel deployment configuration view highlighting
the environment variables section where a user will need to set the
necessary variables for EdgeDB Cloud instance connection.