actions-marketplace-validations/Staging apps on fly.io

Wraps the flyctl CLI tool to enable managing temporary staging apps per Pull Request on Fly.io

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 8, 2022
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jsierles_fly-staging-app@e3249064df938ed8335c6cf6882091d04599c562 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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 with a pre-existing fly.toml which will be copied
postgresOptionally attach the app to a pre-existing postgres cluster on Fly
updateWhether new commits to the PR should re-deploy the Fly apptrue

no outputs