actions-marketplace-validations/Vercel Preview Deployments
Trigger Vercel preview deployments when you want to integrate with external services smoothly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| await-for-deployment | Await for the deployment to be ready and output the deployment URL | no | false |
| delete | Delete the preview related data on Vercel | no | false |
| env | Environment variables to create on Vercel, they are scoped to the "preview" environment and the current branch | no | — |
| ignored-build-command | Command set for the Ignored Build Step in your project settings, the default script is canceling every preview deployments coming from the Vercel GitHub App. | no | curl -sS "https://raw.githubusercontent.com/snaplet/vercel-action/v3/scripts/ignore-build.mjs" | node --input-type=module |
Outputs
| name | description |
|---|---|
| deployment-url | Preview deployment url |