mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(reverse-proxy): 🐛 fix emitted artifacts
This commit is contained in:
parent
f759313516
commit
5f363d795e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ steps:
|
|||
inputs:
|
||||
SourceFolder: $(Build.SourcesDirectory)
|
||||
Contents: |
|
||||
reverse-proxy/*
|
||||
reverse-proxy/svr-includes/*
|
||||
reverse-proxy/conf.d/*
|
||||
docker-compose.yml
|
||||
docker-compose.prod.yml
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue