Merge pull request 'fix: change jenkins file' (#100) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#100
pull/134/head
f.saravi 4 years ago
commit 71a28bfa85

1
Jenkinsfile vendored

@ -17,6 +17,7 @@ pipeline {
steps {
sh 'cd /home/administrator/apps/$IMAGE_NAME/ ; docker-compose up -d'
sh 'docker exec willaengine service cron start'
sh 'docker exec willaengine php artisan config:cache'
}
}

Loading…
Cancel
Save