barecheck/Preview Deployment Action
Generate Preview deployments URLs for Pull Requests using AWS S3 and CloudFront.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-dir | Build directory with static files | yes | — |
| app-name | Application name that will be part of AWS resources names | yes | — |
| domain | Application domain name (e.g. example.com). Preview URLs will add Pull Request number as a subdomain. | yes | — |
| subdomain | Subdomain for preview URLs (e.g. preview).By default it will be 'preview-{PR_NUMBER}' | no | preview |
Outputs
| name | description |
|---|---|
| url | Preview deployment URL |