From c6700189cfe56f60df92ebc138406b67e9fd5cc0 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Thu, 22 Sep 2022 10:23:20 -0400 Subject: [PATCH] update Hosting PaaS section --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90c2c7e..8f8900a 100644 --- a/README.md +++ b/README.md @@ -379,16 +379,18 @@ _Django 3.2_ ## Hosting ### PaaS (Platforms-as-a-Service) -- [Heroku](https://www.heroku.com/) -- [PythonAnywhere](https://www.pythonanywhere.com) -- [Divio](https://www.divio.com/) -- [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/) -- [AWS CodeStar](https://aws.amazon.com/codestar/) -- [Google Cloud](https://cloud.google.com/python/django/) -- [Zeit Now](https://zeit.co/home) - [Appliku](https://appliku.com) - [Dokku](http://dokku.viewdocs.io/dokku/) +- [Divio](https://www.divio.com/) +- [Fly](https://fly.io) +- [Google Cloud](https://cloud.google.com/python/django/) +- [Heroku](https://www.heroku.com/) +- [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/) +- [Platform.sh](https://platform.sh/) +- [PythonAnywhere](https://www.pythonanywhere.com) +- [Railway](https://railway.app/) - [Render](https://render.com/) +- [Vercel](https://vercel.com/home) ### IaaS (Infrastructure-as-a-Service) - [Digital Ocean](https://www.digitalocean.com)