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 ad5288c commit d56c14dCopy full SHA for d56c14d
azure/new_pipelines/apigee-deployment.yml
@@ -4,6 +4,17 @@ parameters:
4
- name: tf_dir
5
type: string
6
7
+trigger: none
8
+pr: none
9
+
10
+resources:
11
+ repositories:
12
+ - repository: common
13
+ type: github
14
+ name: NHSDigital/api-management-utils
15
+ ref: refs/heads/edge
16
+ endpoint: NHSDigital
17
18
pool:
19
name: 'AWS-ECS'
20
azure/new_pipelines/azure-pr-blue-green-root.yml
@@ -1,14 +1,6 @@
1
trigger: none
2
pr: none
3
-resources:
- repositories:
- - repository: common
- type: github
- name: NHSDigital/api-management-utils
- ref: refs/heads/edge
- endpoint: NHSDigital
-
stages:
- stage: GreenDeploy
displayName: "Deploy to Green"
0 commit comments