All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m41s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 31s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m19s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
Create generate-log-config.sh that maps a single LOG_LEVEL env var to per-container settings for Backend, Frontend, PostgreSQL, Redis, and Traefik. Script validates input and generates .env.logging file. Integrate script into staging and production CI/CD pipelines. Remove obsolete SPRINTS.md calendar file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
372 B
Plaintext
27 lines
372 B
Plaintext
node_modules/
|
|
.env
|
|
.env.local
|
|
.env.backup
|
|
.env.logging
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
coverage/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.venv
|
|
.playwright-mcp
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# K8s-aligned secret mounts (real files ignored; examples committed)
|
|
secrets/**
|
|
!secrets/
|
|
!secrets/**/
|
|
!secrets/**/*.example
|
|
|
|
# Traefik ACME certificates (contains private keys)
|
|
data/traefik/acme.json |