_sd -> _sd_
This commit is contained in:
parent
4258909f90
commit
5d868298cd
|
|
@ -7,8 +7,8 @@ pipeline {
|
||||||
script{
|
script{
|
||||||
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
|
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
|
||||||
sh(nxinx_build);
|
sh(nxinx_build);
|
||||||
sh "rm -f /_sd/nginx/*.conf"
|
sh "rm -f /_sd_/nginx/*.conf"
|
||||||
sh "cp nginx-config/${PROTOCOL}/*.conf /_sd/nginx"
|
sh "cp nginx-config/${PROTOCOL}/*.conf /_sd_/nginx"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue