Saltearse al contenido

Deploy To Vercel

Esta página aún no está disponible en tu idioma.

  1. Deploy to Vercel with the following:

    Terminal window
    vercel deploy --prod

    If you do not have an existing Vercel project, this command will help you set up one.

  2. Next, set all the environment variables in your Vercel’s project Settings > Environment Variables from your local .env file.

  3. Finally, deploy to Vercel (again) with the following:

    Terminal window
    vercel deploy --prod
  4. Now that’s set up, you can deploy in future iterations only by executing the command once.