Documentation
Deployment

Vercel

Complete guide to deploying your project on the Vercel platform

Deployment Process

Push Code

Push the main branch to your remote repository (GitHub/GitLab/Bitbucket).

git remote set-url origin [email protected]:your-username/your-repo.git
git add .
git commit -m "feat: deploy to vercel"
git push origin main

Connect to Vercel

Open Vercel, click Import, and select your repository to complete the import.

Configure Environment Variables

Import your .env file — Vercel will parse it automatically. Vercel Environment Variables

Deploy

Click "Deploy" and wait for the build to complete.

Custom Domain

On this page