|
|
|
@ -10,9 +10,9 @@ variables: |
|
|
|
|
|
|
|
# Container registry service connection established during pipeline creation |
|
|
|
dockerRegistryServiceConnection: '9a6341b6-70a5-4ee7-b7a2-5efa6d4f0fe3' |
|
|
|
imageRepository: 'volosofteventhub' |
|
|
|
containerRegistry: 'voloeventhub.azurecr.io' |
|
|
|
dockerfilePath: '**/Dockerfile.EventHub.Web' |
|
|
|
imageRepository: 'voloeventhubidentityserver' |
|
|
|
containerRegistry: 'voloeventhubidentityserver.azurecr.io' |
|
|
|
dockerfilePath: '**/Dockerfile.EventHub.IdentityServer' |
|
|
|
tag: '$(Build.BuildNumber)' |
|
|
|
|
|
|
|
# Agent VM image name |
|
|
|
@ -62,8 +62,8 @@ stages: |
|
|
|
inputs: |
|
|
|
action: deploy |
|
|
|
manifests: | |
|
|
|
$(Pipeline.Workspace)/manifests/deployment.eventhub.web.yml |
|
|
|
$(Pipeline.Workspace)/manifests/service.eventhub.web.yml |
|
|
|
$(Pipeline.Workspace)/manifests/deployment.eventhub.identityserver.yml |
|
|
|
$(Pipeline.Workspace)/manifests/service.eventhub.identityserver.yml |
|
|
|
containers: | |
|
|
|
$(containerRegistry)/$(imageRepository):$(tag) |
|
|
|
|
|
|
|
|