fix: change jenkins file

pull/100/head
farid 4 years ago
parent abcd82d1f0
commit b78bf709f7

1
Jenkinsfile vendored

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

Loading…
Cancel
Save