mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-map web dir in azure pipeline config
This commit is contained in:
parent
191486e8ea
commit
70432e535d
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ trigger:
|
|||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"src/FilterLists.Web/*",
|
||||
"web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
|
|
@ -20,7 +20,7 @@ pr:
|
|||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"src/FilterLists.Web/*",
|
||||
"web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
|
|
@ -36,7 +36,7 @@ steps:
|
|||
containerRegistry: "collinbarrett2-dockerhub"
|
||||
repository: "collinbarrett2/filterlists.web"
|
||||
command: "build"
|
||||
Dockerfile: "src/FilterLists.Web/Dockerfile"
|
||||
Dockerfile: "web/Dockerfile"
|
||||
buildContext: "."
|
||||
tags: |
|
||||
latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue