fly-pr-review-apps/action.yml
2022-01-28 18:33:38 -05:00

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