From 1d1232077960448fb19cfa7f723ec41f738d9089 Mon Sep 17 00:00:00 2001 From: Steren Date: Sun, 31 Aug 2025 13:00:17 -0700 Subject: [PATCH] Add Cloud Run official tutorial Replace Google App Engine, as Cloud Run is the recommended runtime from Google Cloud and has built-in support for Streamlit --- content/deploy/tutorials/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/deploy/tutorials/_index.md b/content/deploy/tutorials/_index.md index 0f14e3396..47ed3b924 100644 --- a/content/deploy/tutorials/_index.md +++ b/content/deploy/tutorials/_index.md @@ -35,7 +35,7 @@ This sections contains step-by-step guides on how to deploy Streamlit apps to va While we work on official Streamlit deployment guides for other hosting providers, here are some user-submitted tutorials for different cloud services: -- [How to deploy Streamlit apps to **Google App Engine**](https://dev.to/whitphx/how-to-deploy-streamlit-apps-to-google-app-engine-407o), by [Yuichiro Tachibana (Tsuchiya)](https://discuss.streamlit.io/u/whitphx/summary). +- [Build and deploy a Python (Streamlit) web app to **Google Cloud Run**](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-python-streamlit-service) (official Google Cloud tutorial). - [Host Streamlit on **Heroku**](https://towardsdatascience.com/quickly-build-and-deploy-an-application-with-streamlit-988ca08c7e83), by Maarten Grootendorst. - [Deploy Streamlit on **Ploomber Cloud**](https://docs.cloud.ploomber.io/en/latest/apps/streamlit.html), by Ido Michael. - [Host Streamlit on **21YunBox**](https://www.21yunbox.com/docs/#/deploy-streamlit), by Toby Lei.