[STYLE] 調整生產環境部署腳本格式
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 57s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 57s
This commit is contained in:
@@ -85,6 +85,7 @@ jobs:
|
|||||||
php artisan tenants:migrate --force &&
|
php artisan tenants:migrate --force &&
|
||||||
php artisan db:seed --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=PermissionSeeder\" --option=\"force=true\" &&
|
||||||
|
php artisan tenants:run db:seed --option=\"class=SystemSettingSeeder\" --option=\"force=true\" &&
|
||||||
php artisan permission:cache-reset &&
|
php artisan permission:cache-reset &&
|
||||||
php artisan optimize:clear &&
|
php artisan optimize:clear &&
|
||||||
php artisan optimize &&
|
php artisan optimize &&
|
||||||
|
|||||||
Reference in New Issue
Block a user