seeder db
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s
Build, Push and Deploy / deploy-staging (push) Successful in 45s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-13 09:24:39 +07:00
parent 4e58905bf7
commit de510a05f1
4 changed files with 3045 additions and 1 deletions

View File

@@ -176,6 +176,7 @@ fi
if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
echo "Running migrations..."
php artisan migrate --force
php artisan db:seed --class=InitialDataSeeder
fi
echo "========================================"