This commit is contained in:
Dan Elbert 2018-07-22 16:39:08 -05:00
parent b7a13019ae
commit 10f50cb920

6
Jenkinsfile vendored
View File

@ -24,8 +24,10 @@ node {
} }
stage("Deploy") { stage("Deploy") {
dockerImage.push() docker.withRegistry('https://registry.elbert.us', '6ad2f24c-6da4-4cdb-b526-4773922fb0d5') {
dockerImage.push("production") dockerImage.push()
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"