Change Jenkinsfile

This commit is contained in:
Igor 2019-11-23 17:27:38 +01:00
parent 9958c0636b
commit 990ef81b16
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ pipeline {
stage('Deploy'){
sh "pm2 restart all"
}
}
}