sh "cp ./nginx-config/http /apps-data"
sh "cp ./nginx-config/https-artikus-dynu-net /apps-data"
This commit is contained in:
parent
4d60e26ff8
commit
5fe100ce32
|
|
@ -7,7 +7,8 @@ pipeline {
|
||||||
script{
|
script{
|
||||||
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans "
|
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans "
|
||||||
sh(nxinx_build);
|
sh(nxinx_build);
|
||||||
sh "cp ./nginx-config/** /apps-data"
|
sh "cp ./nginx-config/http /apps-data"
|
||||||
|
sh "cp ./nginx-config/https-artikus-dynu-net /apps-data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue