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" } } }