update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -52,6 +52,7 @@ nbdist/
|
|||||||
|
|
||||||
# Local application runtime files
|
# Local application runtime files
|
||||||
.local/
|
.local/
|
||||||
|
/logs/*
|
||||||
|
|
||||||
# opencode configuration (skills, agents, etc.)
|
# opencode configuration (skills, agents, etc.)
|
||||||
.opencode/
|
.opencode/
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
# ./buildAndStart-test.sh stop
|
# ./buildAndStart-test.sh stop
|
||||||
# ./buildAndStart-test.sh logs
|
# ./buildAndStart-test.sh logs
|
||||||
#
|
#
|
||||||
|
# deploy/start 成功后会自动跟踪后端日志;按 Ctrl+C 退出日志跟踪,不会停止后端进程。
|
||||||
|
#
|
||||||
# 可通过环境变量覆盖默认配置,例如:
|
# 可通过环境变量覆盖默认配置,例如:
|
||||||
# PROFILE=test MAVEN_BIN=/opt/apache-maven-3.9.9/bin/mvn ./buildAndStart-test.sh
|
# PROFILE=test MAVEN_BIN=/opt/apache-maven-3.9.9/bin/mvn ./buildAndStart-test.sh
|
||||||
|
|
||||||
@@ -263,6 +265,7 @@ deploy() {
|
|||||||
build_app
|
build_app
|
||||||
start_app
|
start_app
|
||||||
__green "部署完成。日志文件: $LOG_FILE"
|
__green "部署完成。日志文件: $LOG_FILE"
|
||||||
|
logs
|
||||||
}
|
}
|
||||||
|
|
||||||
status() {
|
status() {
|
||||||
|
|||||||
Reference in New Issue
Block a user