actions-marketplace-validations/Deploy on Vercel
Easily deploy your project on Vercel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command starting the vercel deployment | yes | — |
| applyDomainAliases | If true, will create Vercel aliases using the aliases specified in the vercel config file | no | true |
| failIfAliasNotLinked | If true, will throw an error (and crash CI) when there is an error about aliases link | no | false |
| extraAliases | List of additional aliases to create, will be added to the aliases specified in the vercel.json:aliases file | no | — |
Outputs
| name | description |
|---|---|
| VERCEL_DEPLOYMENT_URL | Full Vercel deployment url (parsed from the deployment logs), e.g: https://xxx.vercel.app |
| VERCEL_DEPLOYMENT_DOMAIN | Url without the protocol declaration, e.g: xxx.vercel.app |
| VERCEL_ALIASES_ERROR | (optional) Vercel errors during domain aliasing |