Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment on lines +451 to +452
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SECURITY.md:138 still references the old manual bridge restart command. Consider updating it for consistency.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: bin/deploy.sh
Line: 451-452

Comment:
`SECURITY.md:138` still references the old manual bridge restart command. Consider updating it for consistency.

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

fi