chore: remove version txt fallback
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m29s

This commit is contained in:
2026-07-01 13:30:46 +09:00
parent 64de7d2304
commit f9cbafdb3d
+1 -1
View File
@@ -43,4 +43,4 @@ ps aux | grep TaxBaik.Web | grep -v grep && echo "✓ Web started" || echo "✗
echo "" echo ""
echo "===== ✅ 배포 완료 =====" echo "===== ✅ 배포 완료 ====="
cat "$DEPLOY_HOME/taxbaik_active/wwwroot/version.txt" 2>/dev/null || cat "$DEPLOY_HOME/taxbaik_active/wwwroot/version.json" 2>/dev/null || echo "Version file not found" cat "$DEPLOY_HOME/taxbaik_active/wwwroot/version.json" 2>/dev/null || echo "Version file not found"