sh "rm /apps-data/*.conf"
This commit is contained in:
parent
678dd880b6
commit
e9d7be0bec
|
|
@ -7,7 +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 "rm *.conf"
|
sh "rm /apps-data/*.conf"
|
||||||
sh "cp ./nginx-config/${PROTOCOL}/* /apps-data"
|
sh "cp ./nginx-config/${PROTOCOL}/* /apps-data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue