make command not block.
All checks were successful
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 14s
Deploy / Build (push) Successful in 5m12s

This commit is contained in:
amass 2024-11-10 21:16:25 +08:00
parent 6c5c94f703
commit 7086b9f676

View File

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