Angular-services

This commit is contained in:
Artur 2024-10-03 11:03:10 +02:00
parent fd37025b5b
commit ccd853368c
1 changed files with 1 additions and 4 deletions

View File

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