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:
Executable
+5
@@ -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'
|
||||
Reference in New Issue
Block a user