33800 Docs

← Retour

Fix Smart-Deploy Nginx Variables

Date: 28/01/2026 00:00 Statut: En attente validation

Problème identifié

parse_yaml_section crée des variables avec le format ${prefix}${section}_${key} :

Mais smart-deploy.sh et nginx.sh cherchent CFG_domain (sans le préfixe nginx_).

Résultat : le domaine est toujours vide → nginx jamais configuré automatiquement.

Fichiers à modifier

1. smart-deploy.sh

Lignes à modifier :

2. nginx.sh

Dans resolve_domain() ligne 45 :

Impact

Test

Après fix, redéployer claude-memory-front :

cd /stock_8to/33800-stack/projects/claude-memory-front
git commit --allow-empty -m "trigger redeploy" && git push

Vérifier que memory.33800.nowhere84.com.conf est créé automatiquement.