nohup + disown
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
This commit is contained in:
parent
7bd61c47bf
commit
c5ba89a17d
@ -25,5 +25,6 @@ jobs:
|
|||||||
cd ~/personal-site
|
cd ~/personal-site
|
||||||
chmod +x ./start.sh
|
chmod +x ./start.sh
|
||||||
sassc css/style.scss css/style.css
|
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"
|
echo "Server started in background"
|
||||||
|
Loading…
Reference in New Issue
Block a user