From a950e6ca789805e561691c565e1ae4d07e124792 Mon Sep 17 00:00:00 2001 From: devbyaccident Date: Thu, 21 Sep 2023 13:34:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Migrate=20infra=20repos=20to=20d?= =?UTF-8?q?3b-infra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- d3b_cli_igor/deploy_ops/templates/deploy.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8e539..92babdb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ igor restart --app kf-cbioportal --environment qa --account kf-strides deploy ------ -Deploy application from current directory. This operation supports modules in kids-first organization. This command requires to have Jenkinsfile to be in the same directory. +Deploy application from current directory. This operation supports modules in d3b-infra organization. This command requires to have Jenkinsfile to be in the same directory. Options: [] mode - Choose between 4 modes : build, plan, apply, destroy. Build mode will do a standard docker build. Plan will create plan of resources that will be created. Deploy mode will execute terraform apply command. diff --git a/d3b_cli_igor/deploy_ops/templates/deploy.tmpl b/d3b_cli_igor/deploy_ops/templates/deploy.tmpl index fd3a20a..bcf89a9 100644 --- a/d3b_cli_igor/deploy_ops/templates/deploy.tmpl +++ b/d3b_cli_igor/deploy_ops/templates/deploy.tmpl @@ -30,7 +30,7 @@ fi export BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` if [ $TF_VAR_branch != "../" ] && [ $TF_VAR_branch != "../../" ]; then -git clone --depth=1 -b $TF_VAR_branch git@github.com:kids-first/$architecture_type-module.git .tmp_deployment/.standard +git clone --depth=1 -b $TF_VAR_branch git@github.com:d3b-infra/$architecture_type-module.git .tmp_deployment/.standard else pwd mkdir -p .tmp_deployment/.standard