thundermiracle/Netlify Deploy with Comments
Deploy to Netlify by Netlify-cli with Comments of Preview and Log URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| NETLIFY_AUTH_TOKEN | Auth token of Netlify | yes | — |
| NETLIFY_SITE_ID | Site ID of your website in Netlify | yes | — |
| deploy-dir | Build output folder path | no | ./dist |
| production | Deploy production mode | no | false |
| node | Node version | no | 14 |
| build-command | Build command | no | yarn build |
| install-command | Install command | no | yarn --check-files --frozen-lockfile --non-interactive |
| cache-strategy | yarn, npm, or pnpm | no | yarn |
| extra-cache-path | Extra paths for cache | no | — |
| working-directory | Working Directory | no | . |
Outputs
| name | description |
|---|---|
| NETLIFY_PREVIEW_URL | preview URL |