From 7234bb63bf25fa74be88d8f24b0ffef2248bb078 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 13 Oct 2025 19:33:33 -0600 Subject: [PATCH] Agregar variable MCP_DOMAIN al workflow de deploy - Necesaria para configurar el dominio del servidor MCP en Traefik --- .gitea/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 6e1c703..348b2a3 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -46,6 +46,7 @@ jobs: # Variables de entorno para docker-compose APP_DOMAIN: ${{ vars.APP_DOMAIN }} NUXT_PUBLIC_APP_URL: ${{ vars.NUXT_PUBLIC_APP_URL }} + MCP_DOMAIN: ${{ vars.MCP_DOMAIN }} steps: - uses: actions/checkout@v3 - name: Login to registry