From 30ae804717a96ca2ad7534d513d3a48aa5b25ac7 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:12:43 -0700 Subject: [PATCH] reboot --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f5ea077..4c16469 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,4 +21,4 @@ git push origin main git push gitea main # Run remote install on the target -ssh $HOST "cd $DEST && bun runner update" \ No newline at end of file +ssh $HOST "sudo reboot" \ No newline at end of file