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 Raspberry Pi (10.66.120.3)
set -e
rsync -a backend/ root@10.66.120.3:/opt/zfs-manager/backend/
ssh root@10.66.120.3 'systemctl restart zfs-manager-backend && systemctl is-active zfs-manager-backend'