Logo
RavenSaaS Docs

Deploy to Vercel

Deployment Process

1. First develop your own project locally and commit the code to a Github private repository.

2. Create a new project in the Vercel console, import the code repository, and deploy with one click

部署到 Vercel

3. After the build is complete, you can see your project in the Vercel console

部署到 Vercel

4. Open the domain to access your project

You can also add a custom domain in the Vercel consoleYou can also add a custom domain in the Vercel console
部署到 Vercel

Modify Environment Variables

First edit the content of .env.production locally, fill in the production environment configuration, and then copy and paste it into Vercel's environment variables.

The next time you push code, it will automatically redeploy and apply the new environment variables

部署到 Vercel

Reference

Deploy to Vercel

Vercel Deployment Documentation

View Docs

Last updated on January 5, 2025