From 9f6937c2cdf02b33f463cdcb4ea9a95cd25215e9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:01:48 -0700 Subject: [PATCH] ah --- 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 be85dda..afec295 100755 --- a/app/scripts/deploy.sh +++ b/app/scripts/deploy.sh @@ -17,7 +17,7 @@ rsync -az --delete \ -e "ssh -o ControlPath=$SOCK" \ --exclude 'node_modules/' \ --exclude '.git/' \ - ./ "$HOST:$DEST/" + ../ "$HOST:$DEST/" # 3) remote deploy (reuses the connection) ssh -o ControlPath="$SOCK" "$HOST" "cd $DEST && bun install --frozen-lockfile && sudo systemctl restart nose-pluto.service"