@@ -0,0 +1,9 @@
#!/bin/bash
set -e
echo "Pulling latest..."
git pull
echo "Building..."
npm run build
echo "Restarting service..."
sudo systemctl restart aaronai-web
echo "Done."
The note is not visible to the blocked user.