Skip to content

Commit 2751b43

Browse files
igba1980igba.ujege
andauthored
Enable production environment in both manifest and Azure pipeline configurations (#121)
The production environment previously commented out in the manifest_template.yml has been enabled, and the azure-release-pipeline.yml configuration has been adjusted accordingly. The activation will now allow for deployment and testing in the production environment. Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent c4eef99 commit 2751b43

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ extends:
6565
- template: ./templates/run-tests.yml
6666
parameters:
6767
full: false
68-
# - environment: ref
69-
# depends_on:
70-
# - internal_qa
71-
# - internal_qa_sandbox
72-
# post_deploy:
73-
# - template: ./templates/run-tests.yml
68+
- environment: prod
69+
depends_on:
70+
- int
71+
post_deploy:
72+
- template: ./templates/run-tests.yml
73+
parameters:
74+
full: false

manifest_template.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ APIGEE_ENVIRONMENTS:
3636
display_name: Integration Testing
3737
ratelimit: 120pm # 2 requests per second
3838
quota: 120 # 2 requests per second
39-
# Enable environments when ready by uncommenting:
40-
# - name: prod
41-
# display_name: Production
42-
# has_mock_auth: false
43-
# portal_visibility: true
44-
# ratelimit: 1200pm # 20 requests per second
45-
# quota: 1200 # 20 requests per second
39+
- name: prod
40+
display_name: Production
41+
has_mock_auth: false
42+
portal_visibility: true
43+
ratelimit: 1200pm # 20 requests per second
44+
quota: 1200 # 20 requests per second
4645
---
4746
meta:
4847
api:

0 commit comments

Comments
 (0)