fix py start
All checks were successful
Meshtastic Map - See local Meshtastic Nodes / deploy (push) Successful in 1s
All checks were successful
Meshtastic Map - See local Meshtastic Nodes / deploy (push) Successful in 1s
This commit is contained in:
parent
92b5a0894d
commit
0651adf912
@ -26,5 +26,5 @@ jobs:
|
||||
- name: Start server in screen session
|
||||
run: |
|
||||
cd ~/apps/mesh-map
|
||||
setsid screen -dmS mesh_map_server bash -c 'python3 -m http.server 8083 > server.log 2>&1'
|
||||
setsid screen -dmS mesh_map_server bash -c 'python3 app.py > server.log 2>&1'
|
||||
echo "Server started in detached screen session"
|
||||
|
Loading…
Reference in New Issue
Block a user