fewlinesco/PR Review Apps on fly.io

Deploy temporary apps from pull requests on Fly.io

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameFly app name
imageOptional pre-existing Docker image to use
regionRegion to launch the app in (alternatively, set the env FLY_REGION)
orgOrganization to launch the app in (alternatively, set the env FLY_ORG)
pathpath to a directory containing a fly.toml to clone
postgresOptionally attach the app to a pre-existing Postgres cluster on Fly
pr_numberOptionnally explicitly set the PR number to use
event_typeOptionnaly explicitly set the event type to use
updateWhether new commits to the PR should re-deploy the Fly apptrue
secretsSecrets to pass to the app, separated by semicolons (eg: "SECRET1;SECRET2")
postgres_vm_sizeSize of the Postgres VM to create (default: "shared-cpu-1x")
postgres_cluster_regionsOptionally 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)

no outputs