Skip to content

Commit

Permalink
Verify using jq, config is parsable, before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Dec 14, 2024
1 parent 33e4cae commit c043593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
WEB_CONFIG_JSON: ${{ secrets.WEB_CONFIG_JSON }}
run: |
echo "${WEB_CONFIG_JSON}" > ./etc/config.phoenix.json
jq -c -e . ./etc/config.phoenix.json 1>/dev/null
- name: Create Version file
run: |
Expand Down

0 comments on commit c043593

Please sign in to comment.