init
This commit is contained in:
commit
922fa0e77a
62 changed files with 2586 additions and 0 deletions
14
workflows/workflow-create-minutes/_scripts/deploy_dev.sh
Executable file
14
workflows/workflow-create-minutes/_scripts/deploy_dev.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue