mirror of
https://github.com/FlipsideCrypto/fly-pr-review-apps.git
synced 2026-02-06 11:17:49 +00:00
26 lines
857 B
YAML
26 lines
857 B
YAML
name: "GitHub Action for deplying staging apps on fly.io"
|
|
description: "Wraps the flyctl CLI tool to enable managing temporary staging apps on Fly"
|
|
author: Fly
|
|
branding:
|
|
icon: "upload-cloud"
|
|
color: "purple"
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile"
|
|
inputs:
|
|
name:
|
|
description: Fly app name
|
|
image:
|
|
description: Optional pre-existing Docker image to use
|
|
region:
|
|
description: Region to launch the app in (alternatively, set the env FLY_REGION)
|
|
org:
|
|
description: Organization to launch the app in (alternatively, set the env FLY_ORG)
|
|
path:
|
|
description: path to a directory with a pre-existing fly.toml which will be copied
|
|
postgres:
|
|
description: Optionally attach the app to a pre-existing postgres cluster on Fly
|
|
update:
|
|
description: Whether new commits to the PR should re-deploy the Fly app
|
|
default: true
|