refressh database
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 4m1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 35s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-15 20:34:37 +07:00
parent de510a05f1
commit 58edd89bd1

View File

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