Feature/terraform deploy workflow (#1243)
* terraform_deploy_workflow -> add workflow for kafka-ui infra terraform deployment * terraform_deploy_workflow -> fix comment * terraform_deploy_workflow -> fix * terraform_deploy_workflow add cd to tf script path for all steps * terraform_deploy_workflow fix dollar sign when setting var
This commit is contained in:
parent
f84c2e2261
commit
4cad34c0f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform-deploy.yml
vendored
2
.github/workflows/terraform-deploy.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
git clone https://kafka-ui-infra:${{ secrets.KAFKA_UI_INFRA_TOKEN }}@gitlab.provectus.com/provectus-internals/kafka-ui-infra.git --branch master
|
||||
echo "Cd to deployment..."
|
||||
cd kafka-ui-infra/aws-infrastructure4eks/deployment
|
||||
echo "$TF_DIR=$(pwd)" >> $GITHUB_ENV
|
||||
echo "TF_DIR=$(pwd)" >> $GITHUB_ENV
|
||||
echo "Terraform will be triggered in this dir $TF_DIR"
|
||||
|
||||
- name: Configure AWS credentials for Kafka-UI account
|
||||
|
|
Loading…
Add table
Reference in a new issue