Initial PlayBull release with Trilogy Hub integration.
Includes homelab deploy tooling, image position/zoom manifest persistence, and full trading/casino stack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
16
deploy/finish-on-server.sh
Normal file
16
deploy/finish-on-server.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
# Auf dem Homelab ausfuehren (nach push-homelab.ps1), wenn der Installer per SSH abbrach:
|
||||
# cd ~/bestewebsite/bestewebsite && bash deploy/finish-on-server.sh
|
||||
set -euo pipefail
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$DIR"
|
||||
chmod +x deploy/install-homelab.sh deploy/duckdns-update.sh 2>/dev/null || true
|
||||
|
||||
echo "==> PlayBull Installer (braucht sudo-Passwort auf dem Server)"
|
||||
echo " Ziel: ${APP_DIR} (playbull.service)"
|
||||
sudo bash deploy/install-homelab.sh
|
||||
|
||||
echo ""
|
||||
echo "Pruefen:"
|
||||
systemctl status playbull --no-pager || true
|
||||
Reference in New Issue
Block a user