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:
11
deploy/homelab-safe-pull.sh
Normal file
11
deploy/homelab-safe-pull.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
# Auf dem Homelab: Trilogy pullen, PlayBull-Overlay sichern.
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
git stash push -u -m "playbull-vor-trilogy-pull-$(date +%Y%m%d-%H%M)" -- \
|
||||
. ':(exclude)node_modules' ':(exclude)node_modules/**' \
|
||||
':(exclude)data' ':(exclude)data/**' \
|
||||
':(exclude)playbull-deploy.tgz' ':(exclude)deploy/env.homelab' \
|
||||
':(exclude)deploy/homelab.credentials' ':(exclude).env' || true
|
||||
git pull origin main
|
||||
git status -sb
|
||||
Reference in New Issue
Block a user