cp nginx-config/${PROTOCOL}/*.conf /apps-data"
This commit is contained in:
parent
366cfd76af
commit
dbb18c57de
|
|
@ -8,7 +8,7 @@ pipeline {
|
|||
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
|
||||
sh(nxinx_build);
|
||||
sh "rm -f /apps-data/*.conf"
|
||||
sh "cp ./nginx-config/${PROTOCOL}/* /apps-data"
|
||||
sh "cp nginx-config/${PROTOCOL}/*.conf /apps-data"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue