Browse Source

updated build def for webspa, mvc & status

pull/1094/head
eiximenis 5 years ago
parent
commit
fd1fa22dac
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      build/azure-devops/webmvc/azure-pipelines.yml
  2. +2
    -0
      build/azure-devops/webspa/azure-pipelines.yml
  3. +2
    -0
      build/azure-devops/webstatus/azure-pipelines.yml

+ 2
- 0
build/azure-devops/webmvc/azure-pipelines.yml View File

@ -15,6 +15,8 @@ jobs:
parameters:
services: webmvc
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webmvc


+ 2
- 0
build/azure-devops/webspa/azure-pipelines.yml View File

@ -15,6 +15,8 @@ jobs:
parameters:
services: webspa
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webspa


+ 2
- 0
build/azure-devops/webstatus/azure-pipelines.yml View File

@ -15,6 +15,8 @@ jobs:
parameters:
services: webstatus
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webstatus


Loading…
Cancel
Save