ci: docker_tag=ext
Initial commit - 4NK Environment - Configuration complète LeCoffre - Architecture autonome avec Nginx intégré - Scripts de déploiement - Documentation IA_agents - Support redirections IdNot (port 3000) - Monitoring Grafana/Loki/Promtail
This commit is contained in:
parent
17c572b4ec
commit
837701773f
@ -148,10 +148,22 @@ fi
|
||||
# Créer et pousser la branche ext
|
||||
log "🌿 Création et push de la branche '$BRANCH'..."
|
||||
git checkout -b "$BRANCH" 2>/dev/null || git checkout "$BRANCH"
|
||||
git push -u origin "$BRANCH"
|
||||
|
||||
log "🎉 Dépôt 4NK_env initialisé et poussé sur la branche '$BRANCH'!"
|
||||
log "🔗 URL: $GIT_REMOTE"
|
||||
# Essayer de pousser, si ça échoue, créer le dépôt d'abord
|
||||
log "🚀 Tentative de push vers le dépôt distant..."
|
||||
if git push -u origin "$BRANCH"; then
|
||||
log "✅ Push réussi"
|
||||
else
|
||||
log "⚠️ Le dépôt distant n'existe pas encore"
|
||||
log "💡 Créez le dépôt '4NK_env' sur git.4nkweb.com d'abord"
|
||||
log " Ou utilisez une URL différente"
|
||||
log "🔧 Configuration actuelle: $GIT_REMOTE"
|
||||
log "📝 Pour créer le dépôt, connectez-vous à git.4nkweb.com"
|
||||
log " et créez un nouveau dépôt nommé '4NK_env' dans l'organisation '4nk'"
|
||||
fi
|
||||
|
||||
log "🎉 Dépôt 4NK_env initialisé localement!"
|
||||
log "🔗 URL configurée: $GIT_REMOTE"
|
||||
|
||||
echo ""
|
||||
log "📊 Résumé:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user