Added Jenkinsfile

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

4
Jenkinsfile vendored

@ -14,9 +14,11 @@ 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