initial add of web az pipelines yaml def

This commit is contained in:
Collin M. Barrett 2019-09-24 15:25:19 -05:00
parent 4f8f78c0ea
commit 7fea930cff

View file

@ -0,0 +1,13 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: DockerCompose@0
displayName: build
inputs:
dockerComposeFile: 'docker-compose.yml'
additionalDockerComposeFiles: 'docker-compose.prod.yml'
dockerComposeCommand: 'build web'