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