From 75d52158af2d78cf45d3bad8da6ad25b120aad90 Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Fri, 27 Feb 2026 01:22:45 -0700 Subject: [PATCH] fix: add tarball mode, use uv pip in update script --- ct/plane.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/plane.sh b/ct/plane.sh index b90d16e0..54d745f9 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -44,7 +44,7 @@ function update_script() { msg_ok "Backed up Data" msg_info "Updating Plane" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "plane" "makeplane/plane" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "plane" "makeplane/plane" "tarball" msg_ok "Updated Plane" msg_info "Restoring Config" @@ -67,7 +67,7 @@ function update_script() { msg_info "Updating Python Dependencies" cd /opt/plane/apps/api - $STD /opt/plane-venv/bin/pip install --upgrade -r requirements/production.txt + $STD uv pip install --upgrade -r requirements/production.txt msg_ok "Updated Python Dependencies" msg_info "Running Migrations"