[STYLE] 調整生產環境部署腳本格式
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 57s

This commit is contained in:
2026-03-05 16:32:25 +08:00
parent 47deab9804
commit dda92393d2

View File

@@ -85,6 +85,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 &&