From 3ae7e1c2c2872e615b494c5f1082a13f6de6be7a Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sun, 12 Apr 2026 21:01:33 +0200 Subject: [PATCH] docs: simplificar nota CI/CD Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5921a24..8fa94fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Plataforma en Go para gestionar bots Matrix autónomos. Cada bot combina un **core puro** (personalidad, reglas de decisión, transformaciones) con un **shell impuro** (conexión Matrix, SSH, LLM, side effects), conectados a un servidor Matrix self-hosted. -> **CI/CD**: push a Gitea → webhook → deploy_server → `bash build.sh` → `systemctl restart` automático. +> **CI/CD**: push a Gitea → webhook → deploy_server → `bash build.sh` → `systemctl restart`. ---