Added Jenkinsfile

pull/87/head
admin 4 years ago
parent 9ecc191658
commit ad3ba24ba7

6
Jenkinsfile vendored

@ -14,10 +14,8 @@ pipeline {
stage('deploy') {
steps {
dir(path: '/home/administrator/apps/karmmania/') {
sh 'docker-compose up -d'
}
dir(path: '/home/administrator/apps/karmmania/')
sh 'docker-compose up -d'
}
}

Loading…
Cancel
Save