ottiinc/Fly.io PR Review App
Create a temporary pull request review app on Fly.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | App name to use | yes | — |
| org | Target Fly.io organization | yes | — |
| build_args | Set of build arguments in the form of newline-separated KEY=VALUE pairs | no | — |
| build_secrets | Set of build secrets in the form of newline-separated KEY=VALUE pairs | no | — |
| config | Path to the application configuration file | no | fly.toml |
| env | Set of environment variables in the form of newline-separated KEY=VALUE pairs | no | — |
| ha | Create spare machines to increase app availability | no | false |
| image | Docker image to deploy | no | — |
| postgres_name | Name of the Postgres app to create | no | — |
| postgres_region | Target region for the Postgres app | no | iad |
| postgres_vm_memory | Memory of the Postgres machine | no | — |
| postgres_vm_size | Size of the Postgres machine | no | shared-cpu-1x |
| postgres_volume_size | Size of the Postgres volume | no | 1 |
| secrets | Set of runtime secrets in the form of newline-separated KEY=VALUE pairs. These will be passed to `fly secrets import`. | no | — |
| sync | Trigger a new deployment on pull request synchronize events. | no | true |
Outputs
| name | description |
|---|---|
| url | URL of the deployed app |