@@ -0,0 +1,17 @@
#!/bin/bash
set -e
echo "=== JaniChat Deploy ==="
cd /opt/janichat
# Pull latest code
cd app
git pull origin main
cd ..
# Rebuild and restart
docker compose build --no-cache
docker compose up -d
echo "=== Done ==="
docker compose ps
The note is not visible to the blocked user.