23 lines
561 B
YAML

variables:
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- deploy/aro/webshoppingapigw/*
stages:
- stage: development
displayName: Development
variables:
OpenShiftProject: development
SourceImageRegistryProjectName: development
EnvironmentName: -dev.msftnbu.com
jobs:
- template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml
parameters:
AppName: webshoppingapigw
AppTitle: 'Web Shopping API Gateway'