now deploy is for production branch

This commit is contained in:
Daphne Augier 2020-04-11 18:05:37 +02:00 committed by GitHub
parent 580af0f3cb
commit 85803b1dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
when { when {
branch 'master' branch 'production'
} }
steps { steps {
echo "DEPLOY!" echo "DEPLOY!"