From ffffe97460ca0c3e83a04a70466ddf8931339900 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 6 Oct 2024 20:24:18 +0200 Subject: [PATCH] sh "cp ./nginx-config/${PROTOCOL}/* /apps-data" --- deploy-this/start-proxy.jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index 6d33c24..ca833ef 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -7,8 +7,7 @@ pipeline { script{ def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach " sh(nxinx_build); - sh "cp ./nginx-config/http/* /apps-data" - sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data" + sh "cp ./nginx-config/${PROTOCOL}/* /apps-data" } } }