Added Jenkinsfile

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

6
Jenkinsfile vendored

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

Loading…
Cancel
Save