From ea225d650ec84c4cffe8b7e6ca54615a128b4d99 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Wed, 25 Jun 2025 21:45:14 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20indentaci=C3=B3n=20Cat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e7ac454..59351f4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: # Gitea reemplazará el secreto aquí. cat < .env JWT_KEY=${{ secrets.JWT_KEY_SECRET }} - ENV_FILE +ENV_FILE echo "Recreando servicios..." docker compose up -d --force-recreate