From 7012efd023ec6d3146e7e677cb5233a87fa1a66b Mon Sep 17 00:00:00 2001 From: Rishabh Srivastava Date: Mon, 24 Jun 2024 10:52:41 +0800 Subject: [PATCH] added comment to launch cloud function --- utils/upload_report_gcloud.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/upload_report_gcloud.py b/utils/upload_report_gcloud.py index 96dd56f..224eca6 100644 --- a/utils/upload_report_gcloud.py +++ b/utils/upload_report_gcloud.py @@ -1,4 +1,6 @@ # this is a Google cloud function for receiving the data from the web app and storing it in the database +# to launch the cloud function, run the following command in the terminal: +# gcloud functions deploy record-eval --runtime python10 --trigger-http --allow-unauthenticated import functions_framework from google.cloud import storage