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 "╚══════════════════════════════════════════════════════════════╝"