drfr0st/PR Review Apps on fly.io [Fork]
Deploy temporary apps from pull requests on Fly.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Fly app name | — | — |
| config | Optional path to a custom Fly toml config. Config path should be relative to `path` parameter, if specified. | — | fly.toml |
| region | Region to launch the app in (alternatively, set the env FLY_REGION) | — | — |
| org | Organization to launch the app in (alternatively, set the env FLY_ORG) | — | — |
| path | path to a directory containing a fly.toml to clone | — | — |
| postgres | Optionally attach the app to a pre-existing Postgres cluster on Fly | — | — |
| update | Whether new commits to the PR should re-deploy the Fly app | — | true |
| secrets | Secrets to be set on the app. Separate multiple secrets with a space | — | — |
| build_arg | Build arg passed to docker | — | — |
| internal_port | Port to expose on the app | — | 8080 |
Outputs
no outputs