From 2889ea4dd9bfee0d4b63a435c5a8d20337770f9c Mon Sep 17 00:00:00 2001 From: Andrew J Roth Date: Wed, 12 May 2021 09:14:34 -0400 Subject: [PATCH] Added Google Cloud Run as a Hosted option --- docs/deploying/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying/index.rst b/docs/deploying/index.rst index 4511bf45..e1ed9269 100644 --- a/docs/deploying/index.rst +++ b/docs/deploying/index.rst @@ -16,6 +16,7 @@ Hosted options - `Deploying Flask on Heroku `_ - `Deploying Flask on Google App Engine `_ +- `Deploying Flask on Google Cloud Run `_ - `Deploying Flask on AWS Elastic Beanstalk `_ - `Deploying on Azure (IIS) `_ - `Deploying on PythonAnywhere `_