Earlier quoted context omitted.
Please let me know in the replies what you'd like to see at Fly that would make it as good, if not better, than Heroku. I recently started working at Fly to focus on making Rails & Ruby app deployments awesome, and of course Heroku set that benchmark almost a decade ago. I can't promise I'll get to everything, but I can promise that it will help me better prioritize what I should be focusing on to make Fly better for…
We spend more on Heroku CI than we do running our app on Heroku and it's well worth it. CI runs on (almost) the exact same platform as production and we don't have to maintain any of it. When Heroku removes a package from their base image it gets removed from CI and we know if it broke anything. The pricing model is the same as running our app. Which means if 10 people want to run 10 branches on CI at the same, and e…
Here’s a sense of what that looks like: https://fly.io/docs/app-guides/continuous-deployment-with-gi...
This obviously doesn’t come close to the way Heroku does it and requires some effort. I have some ideas for fly CLI commands that would make setting up a basic CI a little easier, but again, not to the level Heroku is doing it.