revert trying to mv Pipelines yml

This commit is contained in:
Collin M. Barrett 2019-12-08 17:26:27 -06:00
parent 9e64ed0929
commit f8585677e5

View file

@ -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)