chore: retrigger pipeline
All checks were successful
Deploy to Production / Build and Test (push) Successful in 10m6s
Deploy to Production / Deploy to Server (push) Successful in 6m17s

This commit is contained in:
你的用户名
2025-11-07 00:22:07 +08:00
parent 812313c37f
commit 0abace7487
2 changed files with 2 additions and 51 deletions

View File

@@ -89,7 +89,7 @@ fi
# 导入数据
echo "📦 导入财务数据..."
sudo docker-compose exec -T kt-financial \
bash -lc "pnpm --filter @vben/backend import:data -- --csv /app/data/finance/finance-combined.csv --year 2025"
sh -lc "pnpm --dir apps/backend import:data -- --csv /app/data/finance/finance-combined.csv --year 2025"
# 验证数据条数
echo "🔢 检查交易记录条数..."