From 2440f1ac75f74105ac7329ea1a758bfd5d16ed3d Mon Sep 17 00:00:00 2001 From: David Carboni Date: Sat, 21 Mar 2020 21:49:34 +0000 Subject: [PATCH] Added a print-out of the function URL at the end. --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c5f7824..e0a3e75 100755 --- a/deploy.sh +++ b/deploy.sh @@ -103,4 +103,5 @@ cd $base # Report back # echo "Please grant edit permissions on the spreadsheet to ${service_account} (https://docs.google.com/spreadsheets/d/${sheet_id})" -echo "Please grant edit permissions on the spreadsheet to ${project_id}@appspot.gserviceaccount.com (https://docs.google.com/spreadsheets/d/${sheet_id})" \ No newline at end of file +gcloud functions describe form --region=europe-west2 | grep url +echo "*** Please grant edit permissions on the spreadsheet to ${project_id}@appspot.gserviceaccount.com (https://docs.google.com/spreadsheets/d/${sheet_id})"