From 0ef4e2d8f0db8809eebe41876133ce161fa7c53c Mon Sep 17 00:00:00 2001 From: dmolinari Date: Tue, 17 Jun 2025 20:47:55 -0300 Subject: [PATCH] =?UTF-8?q?Indentaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 87ca7d8..282ce31 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -63,9 +63,9 @@ jobs: # AquĆ­, las variables de secretos son reemplazadas por Gitea, # creando el archivo .env correctamente en el host. cat < /opt/gestion-integral/.env -DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }} -JWT_KEY=${{ secrets.JWT_KEY_SECRET }} -EOT + DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }} + JWT_KEY=${{ secrets.JWT_KEY_SECRET }} + EOT echo "Loading images and deploying..." docker load < backend.tar