actions-marketplace-validations/PR Preview Multi Tenant
Preview websites with multi options
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| surge_token | surge.sh token | yes | — |
| preview_url | string with repo options | no | {{repoOwner}}-{{repoName}}-{{job}}-pr-{{prNumber}} |
| preview_path | direct route for preview url | no | "" |
| github_token | github token | yes | — |
| build | build scripts | no | npm install npm run build |
| dist | dist folder to deploy | no | public |
| failOnError | Set `failed` if a deployment throws error | — | — |
| teardown | Determines if the preview instance will be torn down on PR close | no | false |
| vercel_token | Vercel token | no | — |
Outputs
| name | description |
|---|---|
| preview_url | The url for the related PR preview |