mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
initial add of web az pipelines yaml def
This commit is contained in:
parent
4f8f78c0ea
commit
7fea930cff
1 changed files with 13 additions and 0 deletions
13
ops/azure-pipelines.web.yaml
Normal file
13
ops/azure-pipelines.web.yaml
Normal 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'
|
||||
Loading…
Reference in a new issue