vercel-deployer
v0.0.1
Published
An opinionated way to deploy your projects to Vercel
Readme
Vercel Deployer
This packages was made to be run in a CI/CDInstalling Vercel CLI
To download and install Vercel CLI, run the following command:
pnpm i -g vercelScope and Token
You can choose to specify this to options manually or just set the following env variables:
export VERCEL_SCOPE=...
export VERCEL_TOKEN=...otherwise each time you run the cli you will have to set -s and -t option
Deploy
vercel-deployer -e NEXT_PUBLIC_ENV1=env2 -e NEXT_PUBLIC_ENV_2=env2Deploy with alias
vercel-deployer -a my-custom-domain.com