ghacts/Manual deploy to Netlify
GitHub Actions for manual deploying static site to Netlify.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth-token | Netlify authentication token | yes | — |
| site | Netlify site name | yes | — |
| dir | Directory to deploy | no | dist/ |
| filter | For monorepos, specify the name of the application to run the command in | no | "" |
| functions | Netlify functions directory to deploy | no | "" |
| message | Deploy message | no | "" |
| alias | Site alias | no | "" |
| prod | Deploy to production | no | false |
Outputs
| name | description |
|---|---|
| success | Deployment success |
| netlify-deploy-url | Netlify deploy URL |