Skip to content

Commit f8e6ab2

Browse files
check old url
1 parent ebddfa6 commit f8e6ab2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

specification/api/notify-supplier-phase1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)