superfly/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
configOptional path to a custom Fly toml config. Config path should be relative to `path` parameter, if specified.
build_argsOptional Docker --build-arg
build_secretsOptional Docker --build-secret
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
secretsSecrets to be set on the app at runtime. Separate multiple secrets with a space
vmsizeSet 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.
cpuSet app VM CPU (defaults to 1 cpu)1
cpukindSet app VM CPU kind - shared or performance. (defaults to shared)shared
memorySet app VM memory in megabytes (defaults to 256 megabytes)256
haCreate spare machines that increases app availability (default false)false
launch_optionsAdditional options to pass to the Fly launch command at creation
deploy_optionsAdditional options to pass to the Fly deploy command

no outputs