You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: infrastructure/templates/public-api/api-infrastructure-pipeline.yml
+21-6
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
trigger: none
2
2
3
-
resources:
4
-
pipelines:
5
-
- pipeline: EESBuildPipeline
6
-
source: Explore Education Statistics
7
-
trigger: none
8
-
9
3
parameters:
10
4
- name: deployContainerApp
11
5
displayName: Can we deploy the Container App yet? This is dependent on the user-assigned Managed Identity for the API Container App being created with the AcrPull role, and the database users added to PSQL.
@@ -14,6 +8,27 @@ parameters:
14
8
displayName: Does the PostgreSQL Flexible Server require any updates? False by default to avoid unnecessarily lengthy deploys.
15
9
default: false
16
10
11
+
# This param is helpful for debugging to allow the selection of a particular branch from which to base a deploy from this pipeline.
12
+
# This should be removed in the long term in favour of using the "Resources" selection from the "Run pipeline" dialog.
13
+
#
14
+
# - name: buildBranchToDeploy
15
+
# displayName: Build branch to deploy. This allows a person who is manually running the pipeline to specify the use of the latest EESBuildPipeline build that was run against that branch.
16
+
# default: 'Branch from latest pipeline run'
17
+
18
+
resources:
19
+
pipelines:
20
+
- pipeline: EESBuildPipeline
21
+
source: Explore Education Statistics
22
+
trigger:
23
+
branches:
24
+
- refs/heads/dev
25
+
- refs/heads/test
26
+
- refs/heads/master
27
+
# This param is helpful for debugging to allow the selection of a particular branch from which to base a deploy from this pipeline.
28
+
# This should be removed in the long term in favour of using the "Resources" selection from the "Run pipeline" dialog.
0 commit comments