Skip to content

Commit

Permalink
added manual backup restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Sep 26, 2023
1 parent b80dff3 commit 020d6c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
shell: bash
run: |
tf_vars_file=terraform/paas/${{ env.TFVARS_NAME }}.env.tfvars
file_json=$(yq r $tf_vars_file -j)
file_json=$(jq -Rn '[inputs]' $tf_vars_file)
file_json=$(yq -o json $tf_vars_file)
paas_space=$(echo "$file_json" | jq -r '.paas_space')
azure_key_vault=$(echo "$file_json" | jq -r '.azure_key_vault')
echo "KEY_VAULT_NAME=$azure_key_vault" >> $GITHUB_ENV
Expand Down

0 comments on commit 020d6c2

Please sign in to comment.