We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29677d4 commit 3801c32Copy full SHA for 3801c32
1 file changed
bin/deploy.sh
@@ -448,6 +448,6 @@ if [ "$DRY_RUN" -eq 1 ]; then
448
else
449
echo "✅ Deployed $GIT_SHA_SHORT. Protected files are read-only."
450
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'"
+ echo "Restart runtime services to load changes (recommended):"
+ echo " sudo baudbot restart"
453
fi
0 commit comments