sh "rm /apps-data/*.conf"

This commit is contained in:
Artur 2024-10-06 20:32:16 +02:00
parent 678dd880b6
commit e9d7be0bec
1 changed files with 1 additions and 1 deletions

View File

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