make command not block.
Some checks failed
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 16s
Deploy / Build (push) Failing after 2m49s

This commit is contained in:
amass 2024-11-10 20:56:12 +08:00
parent 0fca4a6e41
commit d2173ab9a2

View File

@ -51,7 +51,7 @@ jobs:
cd /root/Server; cd /root/Server;
source /etc/profile; source /etc/profile;
/root/Server/HttpServer --exit; /root/Server/HttpServer --exit;
sleep 10; sleep 1;
cp /tmp/HttpServer /root/Server/HttpServer; cp /tmp/HttpServer /root/Server/HttpServer;
/root/Server/HttpServer &; /root/Server/HttpServer &;
exit 0; exit 0;