Pipeline "promote" flow similar to Heroku

For my app, every commit to main deploys to “staging” (a separate fly app to “prod”) and when anyone merges in a git tag it deploys the tagged commit to “prod” (note, fly doesn’t yet have notions of envs built-in).

If you desire one env per commit, then fly github action pr-review-apps might come in handy.

See also: Demo: Heroku-style Review Apps

1 Like