Skip to content

Commit c043593

Browse files
committed
Verify using jq, config is parsable, before deploy
1 parent 33e4cae commit c043593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deployment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
WEB_CONFIG_JSON: ${{ secrets.WEB_CONFIG_JSON }}
5959
run: |
6060
echo "${WEB_CONFIG_JSON}" > ./etc/config.phoenix.json
61+
jq -c -e . ./etc/config.phoenix.json 1>/dev/null
6162
6263
- name: Create Version file
6364
run: |

0 commit comments

Comments
 (0)