mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try nest web pipeline config in web dir
This commit is contained in:
parent
cdacb0baf3
commit
56a34d85cf
1 changed files with 4 additions and 16 deletions
|
|
@ -3,26 +3,14 @@ trigger:
|
|||
branches:
|
||||
include: ["master"]
|
||||
paths:
|
||||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
"web/*",
|
||||
]
|
||||
include: [".", "../docker-compose.yml", "../docker-compose.prod.yml"]
|
||||
|
||||
pr:
|
||||
autoCancel: false
|
||||
branches:
|
||||
include: ["master"]
|
||||
paths:
|
||||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
"web/*",
|
||||
]
|
||||
include: [".", "../docker-compose.yml", "../docker-compose.prod.yml"]
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
|
|
@ -34,8 +22,8 @@ steps:
|
|||
containerRegistry: "collinbarrett2-dockerhub"
|
||||
repository: "collinbarrett2/filterlists.web"
|
||||
command: "build"
|
||||
Dockerfile: "web/Dockerfile"
|
||||
buildContext: "./web"
|
||||
Dockerfile: "Dockerfile"
|
||||
buildContext: "."
|
||||
tags: |
|
||||
latest
|
||||
$(Build.BuildId)
|
||||
Loading…
Reference in a new issue