From d2c2fb29968036c3e4bd69a2a0985ab05d49ed74 Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 4 Oct 2024 17:08:04 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index 2e90e85..f0fcde7 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 --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/http/* /apps-data" + sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data" } } }