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"