sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"

This commit is contained in:
Artur 2024-10-04 17:30:57 +02:00
parent 165d850ded
commit ae64cf47ca
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline {
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
sh(nxinx_build);
sh "cp ./nginx-config/http/* /apps-data"
// sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"
sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"
}
}
}