From 7e17b06f65facb38135c9d6f891e1300f76d1700 Mon Sep 17 00:00:00 2001 From: Shruti Mantri Date: Tue, 7 Apr 2026 13:21:08 +0530 Subject: [PATCH 1/2] feat: add deploy to cloud run button for helloworld app --- run/helloworld/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run/helloworld/README.md b/run/helloworld/README.md index e08f381e3d..9c2a7f4bd9 100644 --- a/run/helloworld/README.md +++ b/run/helloworld/README.md @@ -2,6 +2,8 @@ This sample shows how to deploy a Hello World application to Cloud Run. +Run on Google Cloud + For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/run). ## Local Development From a599155a263bf19dfc431e5a2e586b990366c3ee Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 8 Apr 2026 13:21:59 -0700 Subject: [PATCH 2/2] fix: use the explicit path as per gemini Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- run/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/helloworld/README.md b/run/helloworld/README.md index 9c2a7f4bd9..06d4e25bc4 100644 --- a/run/helloworld/README.md +++ b/run/helloworld/README.md @@ -2,7 +2,7 @@ This sample shows how to deploy a Hello World application to Cloud Run. -Run on Google Cloud +Run on Google Cloud For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/run).