docs: complete README rewrite + cleanup stale mic-after-work refs in .env.example, DEPLOYMENT.md, QUICK_DEPLOY.md, DATABASE_CONFIG.md, AUDIT — delete backend_log.txt
Some checks failed
CI/CD Lions Pipeline / Build + Push + Deploy (push) Failing after 9s

This commit is contained in:
2026-04-24 19:38:29 +00:00
parent 770176092d
commit da2e763428
6 changed files with 182 additions and 8991 deletions

View File

@@ -26,7 +26,7 @@ DB_PASSWORD=skyfile
# === Production Lions (via Kubernetes Secrets) ===
# DB_HOST=postgresql-service.postgresql.svc.cluster.local
# DB_PORT=5432
# DB_NAME=mic-after-work-server-impl-quarkus-main
# DB_NAME=afterwork-server-impl-quarkus
# DB_USERNAME=lionsuser
# DB_PASSWORD=<voir-kubernetes-secrets>
@@ -115,7 +115,7 @@ QUARKUS_SMALLRYE_HEALTH_UI_ENABLE=true
# ============================================
# Pour déployer avec lionsctl:
# lionsctl pipeline \
# -u https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main \
# -u https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus \
# -b develop \
# -j 17 \
# -e production \