From f9f42e23393dd90a91ec9a7508888f5f6056c00b Mon Sep 17 00:00:00 2001 From: John Ake Date: Thu, 26 Oct 2023 13:23:31 +0200 Subject: [PATCH] Add database backup workflow for aks --- .github/workflows/actions/deploy_v2/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/deploy_v2/action.yml b/.github/workflows/actions/deploy_v2/action.yml index a517ae5a..3c8aa51d 100644 --- a/.github/workflows/actions/deploy_v2/action.yml +++ b/.github/workflows/actions/deploy_v2/action.yml @@ -94,7 +94,7 @@ runs: shell: bash id: set_kv_env_vars run: | - tf_vars_file=terraform/aksworkspace_variables/${{ inputs.environment }}_aks.tfvars.json + tf_vars_file=workspace_variables/${{ inputs.environment }}_aks.tfvars.json echo "$PWD" cat $tf_vars_file INF_VAULT_NAME=$(jq -r '.inf_vault_name' ${tf_vars_file}) @@ -110,7 +110,7 @@ runs: echo "envs are: ${{ env.INF_VAULT_NAME }} ${{ env.NAMESPACE }} ${{ env.APP_ENVIRONMENT }} ${{ env.CLUSTER }}" # env: # TFVARS: ${{ inputs.tfvars }} - # working-directory: terraform/aks + working-directory: terraform/aks - uses: Azure/login@v1 with: