fix: Ensure db:seed runs during deployment
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m3s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-13 17:34:05 +08:00
parent 78a7ca4261
commit 2e166d44d2

View File

@@ -101,6 +101,7 @@ jobs:
# 3. Laravel 初始化與優化
php artisan migrate --force &&
php artisan db:seed --force &&
php artisan optimize:clear &&
php artisan optimize &&
php artisan view:cache