Retry .env 1259
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 17m20s

This commit is contained in:
2025-06-18 12:59:55 -03:00
parent 19ea4b23a0
commit 6d6ec22258
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,9 @@ jobs:
cd /opt/gestion-integral
# Gitea reemplaza los secretos aquí. Es seguro.
export DB_SA_PASSWORD='${{ secrets.DB_SA_PASSWORD_SECRET }}'
export JWT_KEY='${{ secrets.JWT_KEY_SECRET }}'
export JWTSETTINGS__KEY_SECRET= ${{ secrets.JWTSETTINGS__KEY }}
export JWTSETTINGS__ISSUER_SECRET= ${{ secrets.JWTSETTINGS__ISSUER }}
export JWTSETTINGS__AUDIENCE_SECRET= ${{ secrets.JWTSETTINGS__AUDIENCE }}
docker compose up -d
# --- PARTE 4: LIMPIEZA (EN EL HOST) ---