[FEAT] 在部署流程中加入 SystemSettingSeeder 以自動補齊系統設定資料
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m0s

This commit is contained in:
2026-03-05 16:09:15 +08:00
parent 07b7d9b327
commit e921810f70

View File

@@ -92,6 +92,7 @@ jobs:
php artisan tenants:migrate --force &&
php artisan db:seed --force &&
php artisan tenants:run db:seed --option=\"class=PermissionSeeder\" --option=\"force=true\" &&
php artisan tenants:run db:seed --option=\"class=SystemSettingSeeder\" --option=\"force=true\" &&
php artisan permission:cache-reset &&
php artisan optimize:clear &&
php artisan optimize &&