chore(backend): exclude dev and editable installs in deploy sync
This commit is contained in:
parent
a27471a19a
commit
083cd055fb
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ deploy_backend() {
|
|||
backend/ "$SERVER:$REMOTE/backend/"
|
||||
|
||||
echo "==> [backend] Syncing dependencies..."
|
||||
ssh "$SERVER" "cd $REMOTE/backend && uv sync --frozen"
|
||||
ssh "$SERVER" "cd $REMOTE/backend && uv sync --frozen --no-dev --no-editable"
|
||||
|
||||
echo "==> [backend] Restarting service (alembic runs on start)..."
|
||||
ssh "$SERVER" "sudo systemctl restart innercontext && echo OK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue