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 1d77514 commit d789443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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=workspace_variables/${{ inputs.environment }}_aks.tfvars.json
tf_vars_file=terraform/aksworkspace_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 @@ -108,9 +108,9 @@ runs:
echo "APP_ENVIRONMENT=$APP_ENVIRONMENT" >> $GITHUB_OUTPUT
echo "envs are: ${{ env.INF_VAULT_NAME }} ${{ env.NAMESPACE }} ${{ env.APP_ENVIRONMENT }} ${{ env.CLUSTER }}"
env:
TFVARS: ${{ inputs.tfvars }}
working-directory: terraform/aks
# env:
# TFVARS: ${{ inputs.tfvars }}
# working-directory: terraform/aks

- uses: Azure/login@v1
with:
Expand Down

0 comments on commit d789443

Please sign in to comment.