File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/actions/build-proxies Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ runs:
5454 envsubst < ./.github/proxygen-settings.yaml > ${HOME}/.proxygen/settings.yaml
5555 envsubst < ./.github/proxygen-settings.yaml | cat
5656
57- - name : Set target
58- shell : bash
59- run : |
60- jq --arg newurl "$TARGET" '.["x-nhsd-apim"].target.url = $newurl' build/notify-supplier.json > build/notify-supplier_target.json && mv build/notify-supplier_target.json build/notify-supplier.json
57+ # - name: Set target
58+ # shell: bash
59+ # run: |
60+ # jq --arg newurl "$TARGET" '.["x-nhsd-apim"].target.url = $newurl' build/notify-supplier.json > build/notify-supplier_target.json && mv build/notify-supplier_target.json build/notify-supplier.json
6161
6262
6363 - name : Deploy to Internal Dev
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ x-nhsd-apim:
8282 target :
8383 type : external
8484 healthcheck : /_status
85- url : https://jct1kdzzma .execute-api.eu-west-2.amazonaws.com/main/
85+ url : https://l6svlpdj5f .execute-api.eu-west-2.amazonaws.com/main/
8686 security :
8787 type : apikey
8888 header : nhsd-apim-apikey
You can’t perform that action at this time.
0 commit comments