This commit is contained in:
kosukesuenaga 2025-11-17 14:21:29 +09:00
commit 922fa0e77a
62 changed files with 2586 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
# 環境変数
PROJECT_ID="datacom-poc"
WORKFLOW_NAME="mrt-workflow-create-minutes"
gcloud auth application-default set-quota-project $PROJECT_ID
gcloud config set project $PROJECT_ID
gcloud workflows deploy $WORKFLOW_NAME \
--source=main.yaml \
--location=asia-northeast1