small fix to deploy script
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
003829a029
commit
7b58e834ad
@ -27,7 +27,5 @@ jobs:
|
||||
- name: Start server in screen session
|
||||
run: |
|
||||
cd ~/ota-tv-web
|
||||
chmod +x ./start.sh
|
||||
sassc css/style.scss css/style.css
|
||||
setsid screen -dmS ota_tv_web bash -c 'HTTP_PORT=8081 WS_PORT=3001 npm start > server.log 2>&1'
|
||||
echo "Server started in detached screen session"
|
||||
|
Loading…
Reference in New Issue
Block a user