superfly/PR Review Apps on fly.io
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 | — | — |
| image | Optional pre-existing Docker image to use | — | — |
| config | Optional path to a custom Fly toml config. Config path should be relative to `path` parameter, if specified. | — | — |
| build_args | Optional Docker --build-arg | — | — |
| build_secrets | Optional Docker --build-secret | — | — |
| 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 | — | — |
| secrets | Secrets to be set on the app at runtime. Separate multiple secrets with a space | — | — |
| vmsize | Set app VM to a named size, eg. shared-cpu-1x, dedicated-cpu-1x, dedicated-cpu-2x etc. Takes precedence over cpu, cpu kind, and memory inputs. | — | — |
| cpu | Set app VM CPU (defaults to 1 cpu) | — | 1 |
| cpukind | Set app VM CPU kind - shared or performance. (defaults to shared) | — | shared |
| memory | Set app VM memory in megabytes (defaults to 256 megabytes) | — | 256 |
| ha | Create spare machines that increases app availability (default false) | — | false |
| launch_options | Additional options to pass to the Fly launch command at creation | — | — |
| deploy_options | Additional options to pass to the Fly deploy command | — | — |
Outputs
no outputs