Skip to content

Commit 8003aab

Browse files
feat: DTOSS-10802 Automate Web App restarts in CD (#1591)
* Update cd-infrastructure-core-common.yaml * Update cd-infrastructure-dev-core.yaml * Update cd-infrastructure-int-core.yaml * Update cd-infrastructure-nft-core.yaml * Update cd-infrastructure-preprod-core.yaml * Update cd-infrastructure-prod-core.yaml * Update cd-infrastructure-sandbox-core.yaml
1 parent 6d42014 commit 8003aab

7 files changed

Lines changed: 7 additions & 7 deletions

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/pipelines/cd-infrastructure-int-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/pipelines/cd-infrastructure-nft-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/pipelines/cd-infrastructure-preprod-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/pipelines/cd-infrastructure-prod-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/pipelines/cd-infrastructure-sandbox-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 143bb43a2f95dd23e3c579a3bf87b29a63ee4003
12+
ref: 040e28a8c70cc60647fb9523e0b3ebaaeda43cd5
1313
endpoint: NHSDigital
1414

1515
parameters:

.azuredevops/templates/cd-infrastructure-core-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ stages:
115115
- job: restart_functions
116116
displayName: Restart Function Apps to load new images
117117
steps:
118-
- template: .azuredevops/templates/steps/function-apps-restart.yaml@dtos-devops-templates
118+
- template: .azuredevops/templates/steps/app-services-restart.yaml@dtos-devops-templates
119119
parameters:
120120
serviceConnection: ${{ parameters.serviceConnection }}

0 commit comments

Comments
 (0)