sh "cp ./nginx-config/http/* /apps-data"

sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"
This commit is contained in:
Artur 2024-10-04 17:08:04 +02:00
parent 5fe100ce32
commit d2c2fb2996
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +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/http /apps-data"
sh "cp ./nginx-config/https-artikus-dynu-net /apps-data"
sh "cp ./nginx-config/http/* /apps-data"
sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"
}
}
}