mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "try resolve build context path not present by copying empty web dir"
This reverts commit c7dc0f6b87.
This commit is contained in:
parent
c7dc0f6b87
commit
b0853a53ad
2 changed files with 4 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ 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,3 +7,7 @@ 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