diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3b65388..348f920 100755 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -51,7 +51,7 @@ jobs: cd /root/Server; source /etc/profile; /root/Server/HttpServer --exit; - sleep 10; + sleep 1; cp /tmp/HttpServer /root/Server/HttpServer; /root/Server/HttpServer &; exit 0;