From ccd853368cbfa55ae3060b806b39f6e8a226d95b Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 11:03:10 +0200 Subject: [PATCH] Angular-services --- deploy-this/deploy.jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index b798de3..7065620 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -42,12 +42,9 @@ pipeline{ sh "docker compose -f ./deploy-dc.yml down" - sh "cp ./deploy-dc.yml ${system_dir}" +// sh "cp ./deploy-dc.yml ${system_dir}" sh "cp ./target/*.jar ${system_dir}" - - sh "mkdir -p ${nginx_config_dir}" - sh "cp -r ./nginx-config/" +nginx_config+"/* ${nginx_config_dir}/" }