Skip to content

Commit 03c00a4

Browse files
Merge pull request #20 from NHSDigital/NPA-1868-add-int-environment
NPA-1868: Add deployment to the int environment on https://nhs-digital-prod.apigee.com/
2 parents 00f48bf + 1d15944 commit 03c00a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azure/azure-pr-pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ extends:
3838
- template: ./templates/run-tests.yml
3939
parameters:
4040
full: true
41-
# - environment: internal-dev-sandbox
42-
# proxy_path: sandbox
43-
# post_deploy:
44-
# - template: ./templates/run-tests.yml
41+
- environment: int
42+
post_deploy:
43+
- template: ./templates/run-tests.yml

manifest_template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ APIGEE_ENVIRONMENTS:
2525
# - name: sandbox
2626
# display_name: Sandbox
2727
# portal_visibility: false
28-
# - name: int
29-
# display_name: Integration Testing
28+
- name: int
29+
display_name: Integration Testing
30+
has_mock_auth: true
3031
---
3132
meta:
3233
api:

0 commit comments

Comments
 (0)