Skip to content

Commit e2583f1

Browse files
committed
Test: Add recover db workflow
1 parent 6e20613 commit e2583f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/postgres-recover-deleted-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- name: Set environment variables
5454
run: |
5555
# source global_config/${{ inputs.environment }}.sh
56-
# tf_vars_file=${TF_VARS_PATH}/${{ inputs.environment }}.tfvars.json
56+
# tf_vars_file=${TF_VARS_PATH}/${{ inputs.environment }}/variables.tfvars.json
5757
source global_config/test.sh
58-
tf_vars_file=${TF_VARS_PATH}/test.tfvars.json
58+
tf_vars_file=${TF_VARS_PATH}/test/variables.tfvars.json
5959
echo "CLUSTER=$(jq -r '.cluster' ${tf_vars_file})" >> $GITHUB_ENV
6060
echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg" >> $GITHUB_ENV
6161

0 commit comments

Comments
 (0)