sh "cp ./nginx-config/http/* /apps-data"
This commit is contained in:
parent
db3df2d9ef
commit
9553af1813
|
|
@ -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 "cp ./nginx-config/http /apps-data"
|
sh "cp ./nginx-config/http/* /apps-data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue