make command not block.
Some checks failed
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 16s
Deploy / Build (push) Has been cancelled

This commit is contained in:
amass 2024-11-10 21:07:12 +08:00
parent 7768f32392
commit 6c5c94f703

View File

@ -53,7 +53,7 @@ jobs:
/root/Server/HttpServer --exit /root/Server/HttpServer --exit
sleep 1 sleep 1
cp /tmp/HttpServer /root/Server/HttpServer cp /tmp/HttpServer /root/Server/HttpServer
/root/Server/HttpServer & nohup /root/Server/HttpServer &
exit 0 exit 0
- name: Notify-End - name: Notify-End
if: ${{ always() }} if: ${{ always() }}