update
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user