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