This packages was made to be run in a CI/CD
To download and install Vercel CLI, run the following command:
pnpm i -g vercel
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
vercel-deployer -e NEXT_PUBLIC_ENV1=env2 -e NEXT_PUBLIC_ENV_2=env2
vercel-deployer -a my-custom-domain.com