Added Jenkinsfile

pull/87/head
admin 4 years ago
parent a0a389d458
commit 2f838d2ffb

5
Jenkinsfile vendored

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

Loading…
Cancel
Save