actions-marketplace-validations/PR Review Apps on fly.io for monorepo
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 | — | — |
| config | Optional path to a custom Fly toml config. Config path should be relative to `path` parameter, if specified. | — | — |
| 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 | — | — |
| update | Whether new commits to the PR should re-deploy the Fly app | — | true |
| database | Add a database url for the prisma migrate command. | — | — |
Outputs
no outputs