fix: Ensure db:seed runs during deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user