fewlinesco/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 | — | — |
| 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 | — | — |
| pr_number | Optionnally explicitly set the PR number to use | — | — |
| event_type | Optionnaly explicitly set the event type to use | — | — |
| update | Whether new commits to the PR should re-deploy the Fly app | — | true |
| secrets | Secrets to pass to the app, separated by semicolons (eg: "SECRET1;SECRET2") | — | — |
| postgres_vm_size | Size of the Postgres VM to create (default: "shared-cpu-1x") | — | — |
| postgres_cluster_regions | Optionally create a PG cluster by giving more region to set Read Replicas, separated by a space. The leader will always be on the FLY_REGION and have a Read Replica. (eg: "ams ams" will add two replicas in Amsterdam) | — | — |
Outputs
no outputs