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