Skip to content
Snippets Groups Projects
Commit e2d05987 authored by Yuli Liu's avatar Yuli Liu
Browse files

add postDeployTemplates

parent c1b87c22
No related branches found
No related tags found
1 merge request!326add postDeployTemplates
Pipeline #79508 passed with warnings
......@@ -103,3 +103,10 @@ stages:
authenticationTemplate: ${{ environment.authenticationTemplate }}
authenticationTemplateParameters: ${{ environment.authenticationTemplateParameters }}
environmentName: ${{ environment.name }}
- ${{ each postDeployTemplate in environment.postDeployTemplates }}:
- template: ${{ postDeployTemplate.template }}
parameters:
provider: ${{ provider.name }}
${{ each parameter in postDeployTemplate.parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment