File tree Expand file tree Collapse file tree
specification/api/components/environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 echo "TARGET_DOMAIN=suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
7373 fi
7474
75- if [ -z $PR_NUMBER ]
76- then
77- echo "INSTANCE=$PROXYGEN_API_NAME" >> $GITHUB_ENV
78- echo "TARGET=https://main.$TARGET_DOMAIN" >> $GITHUB_ENV
79- echo "SANDBOX_TAG=latest" >> $GITHUB_ENV
80- echo "MTLS_NAME=notify-supplier-mtls" >> $GITHUB_ENV
81- else
82- echo "TARGET=https://pr$PR_NUMBER.$TARGET_DOMAIN" >> $GITHUB_ENV
83- echo "INSTANCE=$PROXYGEN_API_NAME-PR-$PR_NUMBER" >> $GITHUB_ENV
84- echo "SANDBOX_TAG=pr$PR_NUMBER" >> $GITHUB_ENV
85- echo "MTLS_NAME=notify-supplier-mtls-pr$PR_NUMBER" >> $GITHUB_ENV
86- fi
87-
8875 - name : Set APIM_ENV
8976 shell : bash
9077 run : |
Original file line number Diff line number Diff line change 11[
22 " component" ,
3- " e2e" ,
4- " sandbox"
3+ " e2e"
54]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ healthcheck: /_status
33url : https://main.suppliers.nonprod.nhsnotify.national.nhs.uk
44security :
55 type : mtls
6- secret : notify-supplier-mtls-int
6+ secret : nhs- notify-supplier-mtls-int
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ healthcheck: /_status
33url : https://suppliers.dev.nhsnotify.national.nhs.uk
44security :
55 type : mtls
6- secret : nhs-notify-supplier-mtls
6+ secret : nhs-notify-supplier-mtls-internal-dev-prNNN # Will be dynamically set via the proxy-deploy workflow in the internal repo
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ healthcheck: /_status
33url : https://suppliers.dev.nhsnotify.national.nhs.uk
44security :
55 type : mtls
6- secret : nhs-notify-supplier-mtls
6+ secret : nhs-notify-supplier-mtls-internal-dev
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ healthcheck: /_status
33url : https://main.suppliers.nonprod.nhsnotify.national.nhs.uk
44security :
55 type : mtls
6- secret : notify-supplier-mtls-ref
6+ secret : nhs- notify-supplier-mtls-ref
You can’t perform that action at this time.
0 commit comments