This commit is contained in:
2026-07-15 15:14:25 +08:00
parent 65be89f0ff
commit ba5b36b346
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -52,9 +52,10 @@ nbdist/
# Local application runtime files
.local/
/logs/*
# opencode configuration (skills, agents, etc.)
.opencode/
local.sh
.claude
.claude

View File

@@ -10,6 +10,8 @@
# ./buildAndStart-test.sh stop
# ./buildAndStart-test.sh logs
#
# deploy/start 成功后会自动跟踪后端日志;按 Ctrl+C 退出日志跟踪,不会停止后端进程。
#
# 可通过环境变量覆盖默认配置,例如:
# PROFILE=test MAVEN_BIN=/opt/apache-maven-3.9.9/bin/mvn ./buildAndStart-test.sh
@@ -263,6 +265,7 @@ deploy() {
build_app
start_app
__green "部署完成。日志文件: $LOG_FILE"
logs
}
status() {