diff --git a/Jenkinsfile b/Jenkinsfile index f0029a6..d0ea1a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }