venv and gitignore
All checks were successful
Meshtastic Map - See local Meshtastic Nodes / deploy (push) Successful in 1s

This commit is contained in:
david 2025-04-13 17:34:17 -07:00
parent 0651adf912
commit c5fc8d521a
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
venv/*