From c0435937c648713335175e358cafb1b4d9f442d3 Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Fri, 13 Dec 2024 19:47:47 -0600 Subject: [PATCH] Verify using jq, config is parsable, before deploy --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9f70ef53..4ab0878f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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: |