_sd -> _sd_

This commit is contained in:
Artur Kuś 2025-09-04 07:23:08 +02:00
parent 4258909f90
commit 5d868298cd
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ pipeline {
script{
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
sh(nxinx_build);
sh "rm -f /_sd/nginx/*.conf"
sh "cp nginx-config/${PROTOCOL}/*.conf /_sd/nginx"
sh "rm -f /_sd_/nginx/*.conf"
sh "cp nginx-config/${PROTOCOL}/*.conf /_sd_/nginx"
}
}
}