From 5d868298cdce80e413f4b8b123db24ba678a63be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 4 Sep 2025 07:23:08 +0200 Subject: [PATCH] _sd -> _sd_ --- deploy-this/start-proxy.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index 2104c17..9efcc46 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -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" } } }