fix uv for deploy

This commit is contained in:
2026-04-04 20:42:45 -07:00
parent 8ad69f5399
commit c458b64666

View File

@@ -26,7 +26,7 @@ jobs:
set -e set -e
cd /opt/tono cd /opt/tono
git pull --ff-only git pull --ff-only
.venv/bin/pip install -e ".[server]" --quiet uv pip install -e ".[server]" --quiet
cd frontend && npm ci --ignore-scripts && npm run build && cd .. cd frontend && npm ci --ignore-scripts && npm run build && cd ..
sudo systemctl restart tono sudo systemctl restart tono
REMOTE REMOTE