From 45e3a4c6b75d39c33be20bb9f00bada558860543 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 9 Jan 2020 15:21:19 -0700 Subject: [PATCH] Add Cloud Run Button --- examples/cloud_run/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/cloud_run/README.md b/examples/cloud_run/README.md index 2278f120..6cf53980 100644 --- a/examples/cloud_run/README.md +++ b/examples/cloud_run/README.md @@ -1,5 +1,7 @@ # Deploy a function to Cloud Run +[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run) + This guide will show you how to deploy the following example function to [Cloud Run](https://cloud.google.com/run): ```python