Se realiza fix y se añade depuración al deply
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m55s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m55s
This commit is contained in:
@@ -58,7 +58,13 @@ 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 }}'
|
||||
export JWT_KEY='${{ secrets.JWT_KEY }}'
|
||||
|
||||
# --- PASO DE DEPURACIÓN ---
|
||||
echo "Verificando variables de entorno..."
|
||||
echo "Longitud de DB_SA_PASSWORD: ${#DB_SA_PASSWORD}"
|
||||
echo "Longitud de JWT_KEY: ${#JWT_KEY}"
|
||||
# -------------------------
|
||||
|
||||
echo "Recreando servicios..."
|
||||
docker compose up -d --force-recreate
|
||||
|
||||
Reference in New Issue
Block a user