new deploy

This commit is contained in:
Chris Wanstrath 2025-09-26 12:16:27 -07:00
parent 7635dfc124
commit 489e023494

View File

@ -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"
ssh $HOST "cd $DEST && bun runner update"