Skip to content

Commit

Permalink
preproduction database restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 4, 2024
1 parent c10f109 commit a513c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set environment variables
run: |
source global_config/${DEPLOY_ENV}.sh
source global_config/${{ inputs.environment }}.sh
tf_vars_file=${TF_VARS_PATH}/${{ env.ENVIRONMENT }}/variables.tfvars.json
echo "CLUSTER=$(jq -r '.cluster' ${tf_vars_file})" >> $GITHUB_ENV
echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg" >> $GITHUB_ENV
Expand Down

0 comments on commit a513c6d

Please sign in to comment.