We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b2f86 commit 9480ad3Copy full SHA for 9480ad3
.github/actions/build-proxies/action.yml
@@ -72,4 +72,4 @@ runs:
72
- name: Deploy to Internal Dev Sandbox
73
shell: bash
74
run: |
75
- proxygen instance deploy internal-dev-sandbox $INSTANCE build/notify-supplier.json --no-confirm
+ proxygen instance deploy internal-dev-sandbox nhs-notify-supplier build/notify-supplier.json --no-confirm
specification/api/components/x-nhsd-apim/target-sandbox.yml
@@ -7,4 +7,5 @@ containers:
7
tag: latest
8
environment:
9
LOG_LEVEL: info
10
+ UPSTREAM: 'https://internal-dev.api.service.nhs.uk'
11
NODE_ENV: development
0 commit comments