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() }}