From ae64cf47ca37aa954a51f1c0c6ccd033b3580f0e Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 4 Oct 2024 17:30:57 +0200 Subject: [PATCH] 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 794186b..6d33c24 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 " 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" } } }