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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 8, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/jsierles_fly-staging-app@e3249064df938ed8335c6cf6882091d04599c562 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 with a pre-existing fly.toml which will be copied | — | — |
| postgres | Optionally attach the app to a pre-existing postgres cluster on Fly | — | — |
| update | Whether new commits to the PR should re-deploy the Fly app | — | true |
Outputs
no outputs