Skip to content

Commit

Permalink
added comment to launch cloud function
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 24, 2024
1 parent 53f6be8 commit 7012efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/upload_report_gcloud.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7012efd

Please sign in to comment.