Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💥 Migrate infra repos to d3b-infra #46

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion d3b_cli_igor/deploy_ops/templates/deploy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:kids-first/$architecture_type-module.git .tmp_deployment/.standard
git clone --depth=1 -b $TF_VAR_branch [email protected]:d3b-infra/$architecture_type-module.git .tmp_deployment/.standard
else
pwd
mkdir -p .tmp_deployment/.standard
Expand Down