sh "cp ./nginx-config/${PROTOCOL}/* /apps-data"

This commit is contained in:
Artur 2024-10-06 20:24:18 +02:00
parent 9142f40a02
commit ffffe97460
1 changed files with 1 additions and 2 deletions

View File

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