From 560507215c55bf71e1f6db980975472f14040f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Tue, 28 Nov 2023 15:25:28 +0100 Subject: [PATCH] chore: update terraform working directory path --- .github/workflows/dev-deploy-api.yml | 4 ++-- .github/workflows/dev-deploy-inbound-mail.yml | 4 ++-- .github/workflows/dev-deploy-webhook.yml | 4 ++-- .github/workflows/dev-deploy-worker.yml | 4 ++-- .github/workflows/dev-deploy-ws.yml | 4 ++-- .github/workflows/reusable-app-service-deploy.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/dev-deploy-api.yml b/.github/workflows/dev-deploy-api.yml index 3c85d1bba0c..a4eabc617f1 100644 --- a/.github/workflows/dev-deploy-api.yml +++ b/.github/workflows/dev-deploy-api.yml @@ -84,12 +84,12 @@ jobs: - name: Terraform Init if: ${{ contains (matrix.name,'-ee') }} - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output if: ${{ contains (matrix.name,'-ee') }} - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws id: terraform run: | echo "api_ecs_container_name=$(terraform output -json api_ecs_container_name | jq -r .)" >> $GITHUB_ENV diff --git a/.github/workflows/dev-deploy-inbound-mail.yml b/.github/workflows/dev-deploy-inbound-mail.yml index a60dc0e225c..d9ec0c04061 100644 --- a/.github/workflows/dev-deploy-inbound-mail.yml +++ b/.github/workflows/dev-deploy-inbound-mail.yml @@ -101,11 +101,11 @@ jobs: terraform_wrapper: false - name: Terraform Init - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws id: terraform run: | echo "inbound_mail_ecs_container_name=$(terraform output -json inbound_mail_ecs_container_name | jq -r .)" >> $GITHUB_ENV diff --git a/.github/workflows/dev-deploy-webhook.yml b/.github/workflows/dev-deploy-webhook.yml index e51bcca3147..5eb6049688e 100644 --- a/.github/workflows/dev-deploy-webhook.yml +++ b/.github/workflows/dev-deploy-webhook.yml @@ -79,11 +79,11 @@ jobs: terraform_wrapper: false - name: Terraform Init - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws id: terraform run: | echo "webhook_ecs_container_name=$(terraform output -json webhook_ecs_container_name | jq -r .)" >> $GITHUB_ENV diff --git a/.github/workflows/dev-deploy-worker.yml b/.github/workflows/dev-deploy-worker.yml index c2907b2e3eb..0d9e2c63807 100644 --- a/.github/workflows/dev-deploy-worker.yml +++ b/.github/workflows/dev-deploy-worker.yml @@ -87,11 +87,11 @@ jobs: - name: Terraform Init if: ${{ contains (matrix.name,'-ee') }} - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws if: ${{ contains (matrix.name,'-ee') }} id: terraform run: | diff --git a/.github/workflows/dev-deploy-ws.yml b/.github/workflows/dev-deploy-ws.yml index e5a14f2b737..fdeb2ad3c55 100644 --- a/.github/workflows/dev-deploy-ws.yml +++ b/.github/workflows/dev-deploy-ws.yml @@ -61,11 +61,11 @@ jobs: terraform_version: 1.5.5 terraform_wrapper: false - name: Terraform Init - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws id: terraform run: | echo "ws_ecs_container_name=$(terraform output -json ws_ecs_container_name | jq -r .)" >> $GITHUB_ENV diff --git a/.github/workflows/reusable-app-service-deploy.yml b/.github/workflows/reusable-app-service-deploy.yml index 48f1cfddc4a..771adba4bf5 100644 --- a/.github/workflows/reusable-app-service-deploy.yml +++ b/.github/workflows/reusable-app-service-deploy.yml @@ -52,11 +52,11 @@ jobs: terraform_wrapper: false - name: Terraform Init - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws run: terraform init - name: Terraform get output - working-directory: cloud-infra/terraform/novu + working-directory: cloud-infra/terraform/novu/aws id: terraform env: SERVICE_NAME: ${{ inputs.service_name }}