jenkins
This commit is contained in:
parent
b7a13019ae
commit
10f50cb920
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,8 +24,10 @@ node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage("Deploy") {
|
stage("Deploy") {
|
||||||
|
docker.withRegistry('https://registry.elbert.us', '6ad2f24c-6da4-4cdb-b526-4773922fb0d5') {
|
||||||
dockerImage.push()
|
dockerImage.push()
|
||||||
dockerImage.push("production")
|
dockerImage.push("production")
|
||||||
|
}
|
||||||
|
|
||||||
sh "/usr/local/bin/docker-compose --project-name '${projectName}' --file '${sourceFigFile}' pull"
|
sh "/usr/local/bin/docker-compose --project-name '${projectName}' --file '${sourceFigFile}' pull"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user