Retry Secret JWT Key
Some checks failed
Optimized Build and Deploy / remote-build-and-deploy (push) Failing after 4m10s

This commit is contained in:
2025-06-26 21:46:57 -03:00
parent d60ec7ffd7
commit 1ec21741cc
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ jobs:
# 3. Despliegue con Docker Compose
cd /opt/gestion-integral
export DB_SA_PASSWORD='${{ secrets.DB_SA_PASSWORD_SECRET }}'
export JWT_KEY=${{ secrets.JWT_KEY }}'
echo "Recreando servicios..."
docker compose up -d --force-recreate