OK1
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m41s

This commit is contained in:
2026-01-06 14:03:56 +08:00
parent 41d5e8e7fc
commit 5797ff118d

View File

@@ -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