Earlier quoted context omitted.
On the top of my list is being able to use a local repository and providing no credit card.
By local repo, do you mean like how Heroku's `git push heroku` works? Or do you mean you want to deploy from your local machine's repo? The `fly deploy` command is a local deployment in the sense that it copies the files of your application and deploys it to the server, regardless if you have git or not. If you launch Fly from the CLI to test the free tier, you don't need a credit card. Obviously when you exceed the…
Last time I tried fly.io I had to provide payment information before doing something useful. I'll give it another try as you suggested.