evnex/Deploy Action For Netlify
Deploys a build to Netlify and can comment on the commit or PR with the URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| netlify-auth-token | Your Netlify personal access token (Please save it as a secret in your repo!) | yes | — |
| netlify-site-id | Your Netlify site's `API ID` | yes | — |
| build-dir | The folder of the site want to deploy | yes | — |
| comment-on-commit | If `true` AND the context of the action is a `commit` then the action will comment on the SHA. | no | false |
| comment-on-pull-request | If `true` AND the context of the action is a `pull_request` then the action will comment on the PR. | no | false |
| dry-run | Run the action but don't actually deploy to Netlify or comment on the commit/PR | no | false |
| functions-dir | The folder of any functions to deploy | no | — |
| config-path | Path to a netlify.toml file to include in the deploy | no | — |
| draft | If it is a draft deploy or production deploy | no | false |
| message | A short message to associate with the deploy (Note: setting this will override the default deploy message of `<type>: <title> [short_sha]`) | no | — |
Outputs
no outputs