From f73047eab283a44098a5624d9bdaff01a34f0fba Mon Sep 17 00:00:00 2001 From: xsismadn3ss <2477carlos.artiga@gmail.com> Date: Wed, 15 Oct 2025 22:20:01 -0600 Subject: [PATCH 1/2] actualizar workflow --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 212626a..3783c8a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,8 +68,7 @@ jobs: -e SWAGGER_ENABLED="${SWAGGER_ENABLED}" \ -e CORS_ALLOWED_ORIGINS="${CORS_ALLOWED_ORIGINS}" \ -e SWAGGER_ENABLED="${SWAGGER_ENABLED}" \ - -e DOMAIN="${DOMAIN}" \ - --restart unless-stopped + --restart unless-stopped \ "${IMAGE}" echo "Eliminando imágenes no utilizadas..." From ff4200991b060faf6e7964af6b37ceeb23e54b80 Mon Sep 17 00:00:00 2001 From: xsismadn3ss <2477carlos.artiga@gmail.com> Date: Wed, 15 Oct 2025 22:22:01 -0600 Subject: [PATCH 2/2] =?UTF-8?q?a=C3=B1adir=20variable=20de=20entorno=20par?= =?UTF-8?q?a=20dominio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3783c8a..40df625 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,6 +68,7 @@ jobs: -e SWAGGER_ENABLED="${SWAGGER_ENABLED}" \ -e CORS_ALLOWED_ORIGINS="${CORS_ALLOWED_ORIGINS}" \ -e SWAGGER_ENABLED="${SWAGGER_ENABLED}" \ + -e DOMAIN="${DOMAIN}" \ --restart unless-stopped \ "${IMAGE}"