mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try resolve build context path not present by copying empty web dir
This commit is contained in:
parent
f5036672d6
commit
c7dc0f6b87
2 changed files with 1 additions and 4 deletions
|
|
@ -59,6 +59,7 @@ steps:
|
|||
Contents: |
|
||||
docker-compose.yml
|
||||
docker-compose.prod.yml
|
||||
web # hack for deploy since dc pull and up still check for existence of build context dir
|
||||
TargetFolder: "$(Build.ArtifactStagingDirectory)"
|
||||
CleanTargetFolder: true
|
||||
OverWrite: true
|
||||
|
|
|
|||
|
|
@ -7,7 +7,3 @@ services:
|
|||
volumes:
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- ~/cert:/etc/nginx/cert:ro
|
||||
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue