整理代碼

This commit is contained in:
2023-05-29 08:51:09 +08:00
parent c3f524d458
commit 45dc15ae8f
5 changed files with 27 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ go build -o data/gameui-ai-server main.go
scp ./data/gameui-ai-server root@47.103.40.152:~/gameui-ai-server_new
rm -rf ./data/gameui-ai-server
# 重啓服務
# 重啓服務(RAM)
ssh root@47.103.40.152 '''
ps -ef | grep -v grep | grep ./gameui-ai-server;
if [ $? -eq 0 ]; then