diff --git a/docs/advanced_topics/deploying.rst b/docs/advanced_topics/deploying.rst index e1bfef0022..c7be719489 100644 --- a/docs/advanced_topics/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -21,6 +21,11 @@ On PythonAnywhere `PythonAnywhere `_ is a Platform-as-a-Service (PaaS) focused on Python hosting and development. It allows developers to quickly develop, host, and scale applications in a cloud environment. Starting with a free plan they also provide MySQL and PostgreSQL databases as well as very flexible and affordable paid plans, so there's all you need to host a Wagtail site. To get quickly up and running you may use the `wagtail-pythonanywhere-quickstart `_. +On Google Cloud +~~~~~~~~~~~~~~~ + +`Google Cloud `_ is an Infrastructure-as-a-Service (IaaS) that offers multiple managed products, supported by Python client libraries, to help you build, deploy, and monitor your applications. You can deploy Wagtail, or any Django application, in a number of ways, including on `App Engine `_ or `Cloud Run `_. + On other PAASs and IAASs ~~~~~~~~~~~~~~~~~~~~~~~~