From d6ed0f2b1bdd92fa23530ae44ad1448c14f1290b Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 21 Feb 2026 17:05:08 -0500 Subject: [PATCH] deploy: replace manual bridge restart hint with baudbot restart --- bin/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index b18c818..209066b 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -448,6 +448,6 @@ if [ "$DRY_RUN" -eq 1 ]; then else echo "✅ Deployed $GIT_SHA_SHORT. Protected files are read-only." echo "" - echo "If the bridge is running, restart it:" - echo " sudo -u baudbot_agent bash -c 'cd ~/runtime/slack-bridge && node bridge.mjs'" + echo "Restart runtime services to load changes (recommended):" + echo " sudo baudbot restart" fi