We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38875e1 commit 63eb4dfCopy full SHA for 63eb4df
broker/cloud_run/lvk/ps_to_storage/deploy.sh
@@ -13,6 +13,7 @@ region="${4:-us-central1}"
13
versiontag="${5:-v1_0}"
14
# get the environment variable
15
PROJECT_ID=$GOOGLE_CLOUD_PROJECT
16
+PROJECT_NUMBER=$(gcloud projects describe "$PROJECT_ID" --format="value(projectNumber)")
17
18
MODULE_NAME="alerts-to-storage" # lower case required by cloud run
19
ROUTE_RUN="/" # url route that will trigger main.run()
0 commit comments