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