From 5c61a3e4cfe374cf509e7ab7fea7b1aef7a92ac3 Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 4 Oct 2024 17:23:59 +0200 Subject: [PATCH] sh "cp ./nginx-config/http/* /apps-data" // sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data" --- deploy-this/start-proxy.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index f0fcde7..f819e9e 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -8,7 +8,7 @@ pipeline { def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans " sh(nxinx_build); sh "cp ./nginx-config/http/* /apps-data" - sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data" + // sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data" } } }