nohup + disown
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s

This commit is contained in:
david 2025-04-03 20:23:46 -07:00
parent 7bd61c47bf
commit c5ba89a17d

View File

@ -25,5 +25,6 @@ jobs:
cd ~/personal-site
chmod +x ./start.sh
sassc css/style.scss css/style.css
python3 -m http.server 8080 > server.log 2>&1 &
nohup python3 -m http.server 8080 > server.log 2>&1 &
disown
echo "Server started in background"