nexterias/Vercel Actions
Deploy to Vercel with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Vercel token: https://vercel.com/account/tokens | yes | — |
| project-id | Vercel project ID | yes | — |
| org-id | User ID within Vercel | yes | — |
| github-token | Personal Access Token (PAT) is used to create commit status and deployments. | — | ${{ github.token }} |
| production | Create a production deployment | — | false |
| prebuilt | Use the --prebuilt option | — | false |
| cwd | Current Working Directory (default: process.cwd()) | — | — |
| domain-alias | Assign domains (multiple domains can be specified) | — | — |
| github-deployment-environment | Name for the target deployment environment | — | — |
| public | Deployment is public (`/_src` is exposed) | — | false |
| build-env | Similar to env option but for build time only. | — | — |
| env | Include an env var during run time | — | — |
Outputs
| name | description |
|---|---|
| deployment-url | Vercel deployment URL |
| deployment-status | "QUEUED" | "BUILDING" | "ERROR" | "INITIALIZING" | "READY" | "CANCELED" |