Added token replacement step to the API gateway deployments

This commit is contained in:
Tim McCarthy 2020-02-28 18:11:58 -06:00
parent 1e9be0c870
commit 32a5ef2069
4 changed files with 20 additions and 0 deletions

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:

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:

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:

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: