Skip to content

Commit

Permalink
Add database backup workflow for aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Oct 26, 2023
1 parent d789443 commit f9f42e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand All @@ -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:
Expand Down

0 comments on commit f9f42e2

Please sign in to comment.