|
|
|
|
|
by bradgessler
1398 days ago
|
|
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 limits of the free tier, you'll need to provide a credit card. |
|
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.