webdeveloperninja/Vercel Deployment Action
Handles pulling, building, and deploying a Vercel project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| affected_apps | A JSON string that is the result of running nx show projects --affected --json | yes | — |
| vercel_token | Vercel token for authentication | yes | — |
| vercel_org_id | Vercel Organization ID | yes | — |
| vercel_project_id | Vercel Project ID | yes | — |
| app_name | App name for specific steps | yes | — |
| is_production | Is this a production build? | no | true |
Outputs
| name | description |
|---|---|
| deployed_url | URL of the deployed preview app |
| did_deploy | Boolean indicating if the app was deployed |