diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2638c6c..e72e34d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -83,9 +83,8 @@ jobs: npm install && npm run build && php artisan migrate --force && - php artisan config:cache && - php artisan route:cache && - php artisan view:cache + php artisan optimize:clear && + php artisan optimize " docker exec koori-erp-laravel chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache docker restart koori-erp-laravel \ No newline at end of file