ludalex/vercel-wait
Wait for a Vercel deployment to finish
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Vercel token can be obtained from https://vercel.com/account/tokens | yes | — |
| project-id | Vercel project id can be obtained from `https://vercel.com/<team>/<project>/settings` | yes | — |
| team-id | Vercel team id can be obtained from `https://vercel.com/teams/<team>/settings` | yes | — |
| timeout | Timeout in seconds | no | 600 |
| delay | Delay in seconds between API requests to Vercel | no | 10 |
| initial-delay | Delay in seconds before starting the request loop | no | 10 |
| sha | The commit sha to wait for | yes | — |
| canceled-as-ready | Treat 'CANCELED' deployments as ready. Useful i.e. when build gets skipped due to no changes detected. | no | true |
Outputs
| name | description |
|---|---|
| deployment-id | The deployment id |
| deployment-url | The deployment url |
| deployment-state | The deployment state |
| deployment-alias-error | The deployment alias error |