create insert db querry
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m31s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 37s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-16 05:04:06 +07:00
parent 75dfca9128
commit e2fa4d2d7b
4 changed files with 1226 additions and 3265 deletions

View File

@@ -173,11 +173,11 @@ else
fi
# Optional: Run migrations if needed (with safety for production)
if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
echo "Running migrations..."
php artisan migrate --force
# if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
# echo "Running migrations..."
# php artisan migrate --force
fi
# fi
echo "========================================"
echo "Setup complete. Starting application..."