Deploy To Vercel
Esta página aún no está disponible en tu idioma.
-
Deploy to Vercel with the following:
Terminal window vercel deploy --prodIf you do not have an existing Vercel project, this command will help you set up one.
-
Next, set all the environment variables in your Vercel’s project
Settings
>Environment Variables
from your local.env
file. -
Finally, deploy to Vercel (again) with the following:
Terminal window vercel deploy --prod -
Now that’s set up, you can deploy in future iterations only by executing the command once.