Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 22:52:56 -04:00 committed by GitHub
parent d08ac0ccd0
commit ad0fc9d1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -22,7 +22,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
echo 'Deploying stage has been executed' echo 'Deploying stage has been executed'
bat 'make publish' bat './deploy production'
} }
} }
} }