Refactor: Deploy-Skripte bereinigt (Next.js/deploy/-Referenzen entfernt)

4 veraltete Skripte durch 2 einfache ersetzt: deploy-test.sh + deploy-pi.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 19:43:00 +02:00
parent 8dc4e8d698
commit b941c5db51
6 changed files with 10 additions and 102 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Deploy auf Test-Container (192.168.1.179)
set -e
rsync -a backend/ root@192.168.1.179:/opt/zmb-webui/backend/
ssh root@192.168.1.179 'systemctl restart zmb-webui-backend && systemctl is-active zmb-webui-backend'