Skip to content

Instantly share code, notes, and snippets.

@anniebabannie
anniebabannie / fly-review.yml
Created April 1, 2024 18:07
Sample workflow for Review Apps on Fly.io
name: Deploy Review App
on:
# Run this workflow on every PR event. Existing review apps will be updated when the PR is updated.
pull_request:
types: [opened, reopened, synchronize, closed]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# Set these to your Fly.io organization and preferred region.
FLY_REGION: iad