Added Jenkinsfile

pull/87/head
admin 4 years ago
parent ad3ba24ba7
commit a0a389d458

6
Jenkinsfile vendored

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

Loading…
Cancel
Save