This commit is contained in:
Chris Wanstrath 2025-09-22 15:01:48 -07:00
parent ff36507887
commit 9f6937c2cd

View File

@ -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"