Skip to content

Commit 2ea0e31

Browse files
authored
Merge pull request #176 from icehongssii/patch-2
Add Fly.io at Paas
2 parents aa519fa + 1353b78 commit 2ea0e31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,12 @@
224224

225225
(Platforms-as-a-Service)
226226

227-
- [Heroku](https://www.heroku.com/) ([Step-by-step tutorial](https://tutlinks.com/create-and-deploy-fastapi-app-to-heroku/), [ML model on Heroku tutorial](https://testdriven.io/blog/fastapi-machine-learning/))
228227
- [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
228+
- [Deta](https://www.deta.sh/) ([example](https://dev.to/athulcajay/fastapi-deta-ni5))
229+
- [Fly](https://fly.io) ([tutorial](https://fly.io/docs/python/frameworks/fastapi/), [Deploy from a Git repo](https://github.com/fly-apps/hello-fastapi))
229230
- [Google App Engine](https://cloud.google.com/appengine/)
231+
- [Heroku](https://www.heroku.com/) ([Step-by-step tutorial](https://tutlinks.com/create-and-deploy-fastapi-app-to-heroku/), [ML model on Heroku tutorial](https://testdriven.io/blog/fastapi-machine-learning/))
230232
- [Microsoft Azure App Service](https://azure.microsoft.com/en-us/products/app-service/)
231-
- [Deta](https://www.deta.sh/) ([example](https://dev.to/athulcajay/fastapi-deta-ni5))
232233

233234
### IaaS
234235

0 commit comments

Comments
 (0)