fix: Update release-deploy.sh for lilith-platform structure
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 <noreply@anthropic.com>
This commit is contained in:
parent
3ee25c3c5b
commit
4ef7eb29cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "╚══════════════════════════════════════════════════════════════╝"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue