Added Jenkinsfile

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

4
Jenkinsfile vendored

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

Loading…
Cancel
Save