Skip to content

Commit 3801c32

Browse files
authored
deploy: replace manual bridge restart hint with baudbot restart (#103)
1 parent 29677d4 commit 3801c32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,6 @@ if [ "$DRY_RUN" -eq 1 ]; then
448448
else
449449
echo "✅ Deployed $GIT_SHA_SHORT. Protected files are read-only."
450450
echo ""
451-
echo "If the bridge is running, restart it:"
452-
echo " sudo -u baudbot_agent bash -c 'cd ~/runtime/slack-bridge && node bridge.mjs'"
451+
echo "Restart runtime services to load changes (recommended):"
452+
echo " sudo baudbot restart"
453453
fi

0 commit comments

Comments
 (0)