Vercel — deploying from CI
vercel/deploy · version 1
envs add vercel/deploy
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
VERCEL_TOKEN |
required | secret | Vercel offers expiry dates from a day to a year when you create it. Setting one is the point.. Shape ^vcp_[A-Za-z0-9]{16,}$. Rotate every 365 days. where to get it |
VERCEL_PROJECT_ID |
optional | config | Lets CI skip interactive linking rather than relying on .vercel/project.json.. where to get it |
VERCEL_ORG_ID |
optional | config | Paired with the project id for the same reason.. where to get it |