fix uv for deploy
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user