From 9a3399a537ef054ac90fb92bce71adcb3364d09f Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sun, 12 Apr 2026 21:00:07 +0200 Subject: [PATCH] docs: detallar pipeline CI/CD en README 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 3b3cfa1..5921a24 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 → build + restart automático. +> **CI/CD**: push a Gitea → webhook → deploy_server → `bash build.sh` → `systemctl restart` automático. ---