actions-marketplace-validations/ZEIT Now Deployment
This action make a deployment with github actions instead of ZEIT Now builder.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| zeit-token | zeit.co token | yes | — |
| now-args | — | no | "" |
| github-comment | if you want to comment on pr and commit, set true, default: true | no | true |
| github-token | if you want to comment on pr and commit, set token | no | — |
| github-deployment | if you want to create github deployment, set true, default: false | no | false |
| working-directory | the working directory | no | — |
| now-project-id | Now CLI 17+, ❗️ The `name` property in now.json is deprecated (https://zeit.ink/5F) | no | — |
| now-org-id | Now CLI 17+, ❗️ The `name` property in now.json is deprecated (https://zeit.ink/5F) | no | — |
Outputs
| name | description |
|---|---|
| preview-url | deployment preview URL |
| preview-name | deployment preview name |