Skip to content

Commit

Permalink
Added a print-out of the function URL at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarboni committed Mar 21, 2020
1 parent e612617 commit 2440f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Expand Up @@ -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})"
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})"

0 comments on commit 2440f1a

Please sign in to comment.