From 4ef7eb29cdf366cba6b082ff52c3fdb21c5bdb17 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Tue, 23 Dec 2025 19:07:29 -0800 Subject: [PATCH] fix: Update release-deploy.sh for lilith-platform structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - RELEASES_DIR: ../egirl-platform-releases → ../releases - Branding: egirl-platform → lilith-platform The release script now works with the new workspace structure where releases/ is a subdirectory of lilith-platform/ (not a sibling). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- infrastructure/scripts/release-deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/scripts/release-deploy.sh b/infrastructure/scripts/release-deploy.sh index 2ee97e994..2210e7c41 100755 --- a/infrastructure/scripts/release-deploy.sh +++ b/infrastructure/scripts/release-deploy.sh @@ -46,7 +46,7 @@ if [ -f "$PROJECT_ROOT/infrastructure/env/.env.release" ]; then fi # Configuration with defaults -RELEASES_DIR="${RELEASES_DIR:-../egirl-platform-releases}" +RELEASES_DIR="${RELEASES_DIR:-../releases}" ML_CONTENT_GENERATOR_URL="${ML_CONTENT_GENERATOR_URL:-http://10.9.0.1:8004}" VPS_HOST="${VPS_HOST:-0.1984.nasty.sh}" VPS_USER="${VPS_USER:-root}" @@ -59,7 +59,7 @@ export ML_CONTENT_GENERATOR_URL VPS_HOST VPS_USER APRICOT_HOST DOCKER_HEALTH_CHE main() { echo "" log_info "╔══════════════════════════════════════════════════════════════╗" - log_info "║ egirl-platform Release & Deployment Automation ║" + log_info "║ lilith-platform Release & Deployment Automation ║" log_info "║ Running from: apricot (local host) ║" log_info "║ Deploying to: VPS (0.1984.nasty.sh) ║" log_info "╚══════════════════════════════════════════════════════════════╝"