joshnavi/Deploy to Netlify
Github action for deploying to Netlify
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | The directory to publish to the site | yes | — |
| message | The message that will show up for this deploy in Netlify | yes | — |
| isProd | Whether or not to deploy to the production site (if omitted the deploy will be a preview deploy) | yes | — |
| alias | The deploy alias to be used for the site deploy | no | — |
| functions-dir | The directory where functions will be located for publishing | no | — |
Outputs
| name | description |
|---|---|
| deploy-id | The id (hash) of the deploy in Netlify |
| deploy-url | The url that the site was deployed to |
| deploy-json | The full json of the deploy object |