lwojcik/Deploy static site to Netlify or Vercel
Deploy to Netlify or Vercel when commit id changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Name of the platform to deploy to (netlify / vercel - all lowercase) | yes | — |
| netlify_deploy_hook_url | Netlify deploy hook URL used to trigger the build | — | — |
| always_deploy | Skip cache check and always deploy even if no changes are detected | — | false |
| vercel_deploy_hook_url | Vercel deploy hook URL used to trigger the build | — | — |
| cache_file_path | Name of the file to use for caching deployed commit id | — | commit_id.txt |
| cache_key_prefix | Cache key prefix | — | commit_id |
Outputs
no outputs