编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 15:57:56 +08:00
committed by cnb
parent 9adce6e175
commit c1daa10271

View File

@@ -160,7 +160,7 @@ steps:
fi
sleep 1
# 启动新进程
screen -dmS $session_name ./$BIN_NAME
screen -dmS $session_name bash ./$BIN_NAME
echo "✅ Login服务启动成功 | Screen: $session_name"
# 等待服务启动并进行健康检查