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