Browse Source

Added token replacement step to the API gateway deployments

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
32a5ef2069
4 changed files with 20 additions and 0 deletions
  1. +5
    -0
      deploy/aro/mobilemarketingapigw/azure-pipelines.yml
  2. +5
    -0
      deploy/aro/mobileshoppingapigw/azure-pipelines.yml
  3. +5
    -0
      deploy/aro/webmarketingapigw/azure-pipelines.yml
  4. +5
    -0
      deploy/aro/webshoppingapigw/azure-pipelines.yml

+ 5
- 0
deploy/aro/mobilemarketingapigw/azure-pipelines.yml View File

@ -23,6 +23,11 @@ stages:
pool:
vmImage: 'windows-latest'
steps:
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
displayName: 'Replace tokens in envoy.yaml'
inputs:
sourcePath: ./deploy/aro/mobilemarketingapigw
filePattern: envoy.yaml
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


+ 5
- 0
deploy/aro/mobileshoppingapigw/azure-pipelines.yml View File

@ -23,6 +23,11 @@ stages:
pool:
vmImage: 'windows-latest'
steps:
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
displayName: 'Replace tokens in envoy.yaml'
inputs:
sourcePath: ./deploy/aro/mobileshoppingapigw
filePattern: envoy.yaml
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


+ 5
- 0
deploy/aro/webmarketingapigw/azure-pipelines.yml View File

@ -23,6 +23,11 @@ stages:
pool:
vmImage: 'windows-latest'
steps:
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
displayName: 'Replace tokens in envoy.yaml'
inputs:
sourcePath: ./deploy/aro/webmarketingapigw
filePattern: envoy.yaml
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


+ 5
- 0
deploy/aro/webshoppingapigw/azure-pipelines.yml View File

@ -23,6 +23,11 @@ stages:
pool:
vmImage: 'windows-latest'
steps:
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
displayName: 'Replace tokens in envoy.yaml'
inputs:
sourcePath: ./deploy/aro/webshoppingapigw
filePattern: envoy.yaml
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


Loading…
Cancel
Save