venv and gitignore
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
0651adf912
commit
c5fc8d521a
@ -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 app.py > server.log 2>&1'
|
||||
setsid screen -dmS mesh_map_server bash -c 'source venv/bin/activate && python3 app.py > server.log 2>&1'
|
||||
echo "Server started in detached screen session"
|
||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
venv/*
|
Loading…
Reference in New Issue
Block a user