Only deploy to prod on master (#34)

* Blue/Green deploy stage

* Only run b/g deploys on master
This commit is contained in:
Eddie Bracho 2017-09-22 23:07:00 -07:00 committed by GitHub
parent 151fbe7ff2
commit ff0c650b22

2
Jenkinsfile vendored
View file

@ -155,11 +155,9 @@ pipeline {
}
stage('Blue/Green deploy to prod') {
/*
when {
branch 'master'
}
*/
agent {
dockerfile {
filename "blue-green/Dockerfile"