From 7086b9f6760150a28530bcebe4bbc9c908281804 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 10 Nov 2024 21:16:25 +0800 Subject: [PATCH] make command not block. --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bd1fc53..f565ecb 100755 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -53,7 +53,7 @@ jobs: /root/Server/HttpServer --exit sleep 1 cp /tmp/HttpServer /root/Server/HttpServer - nohup /root/Server/HttpServer & + nohup /root/Server/HttpServer > /dev/null 2>&1 & exit 0 - name: Notify-End if: ${{ always() }}