Angular-services
This commit is contained in:
parent
fd37025b5b
commit
ccd853368c
|
|
@ -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}/"
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue