From 489e023494857b682c3b24f9f7c36ecd3605eb53 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:16:27 -0700 Subject: [PATCH] new deploy --- app/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/deploy.sh b/app/scripts/deploy.sh index dfc3299..f237140 100755 --- a/app/scripts/deploy.sh +++ b/app/scripts/deploy.sh @@ -9,4 +9,4 @@ ROOT_DIR="$SCRIPT_DIR/../.." source "$ROOT_DIR/app/scripts/config.sh" # Run remote install on the target -ssh $HOST "cd $DEST && git pull && bun install && sudo systemctl restart nose-pluto.service" \ No newline at end of file +ssh $HOST "cd $DEST && bun runner update" \ No newline at end of file