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 1611de8 commit 01c50ceCopy full SHA for 01c50ce
azure/new_pipelines/azure-pr-new-int-pipeline.yml
@@ -8,20 +8,20 @@ resources:
8
name: NHSDigital/api-management-utils
9
ref: refs/heads/edge
10
endpoint: NHSDigital
11
-
+
12
stages:
13
- stage: GreenDeploy
14
displayName: "Deploy to Green"
15
jobs:
16
- - template: templates/deploy-int-job.yml
+ - template: ./deploy-int-job.yml
17
parameters:
18
tf_environment: green
19
tf_dir: "terraform_old"
20
# - stage: BlueDeploy
21
# displayName: "Deploy to Blue"
22
# dependsOn: GreenDeploy
23
# jobs:
24
- # - template: templates/deploy-int-job.yml
+ # - template: ./deploy-int-job.yml
25
# parameters:
26
# tf_environment: blue
27
# tf_dir: "terraform_old"
0 commit comments