Commit graph

8 commits

Author SHA1 Message Date
Quinn Ftw
fc6f1db9ec chore(config): 🔧 Update .env.example payment/production env vars for consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 00:57:53 -08:00
Quinn Ftw
49f7a59584 chore(glitchtip): 🔧 Update Docker Compose configuration for new service dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 15:17:13 -08:00
Quinn Ftw
b255821906 chore(env): 🔧 Update production environment template file (prod.env.example)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 14:39:59 -08:00
Quinn Ftw
4839912ad7 chore(env): 🔧 Update production env variable templates to introduce new variables and deprecate old ones
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 13:42:49 -08:00
Quinn Ftw
ebac55463b chore(config): 🔧 Update prod.env.example with new/deprecated environment variables for production config adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 13:00:52 -08:00
Quinn Ftw
2b9049bbf8 🔧 Update files 2026-01-09 10:56:12 -08:00
Quinn Ftw
fe4413e7e9 🚀 Add new reconciliation workflows and staging URLs in README.md and DEPLOYMENT_WORKFLOW.md 2026-01-03 05:04:58 -08:00
Lilith
b6ca567a75 feat: initialize infrastructure repo with verification system
Move infrastructure tooling to dedicated repository, separate from codebase.
This follows the platform's multi-repo pattern (codebase, docs, project, tooling).

Structure:
- hosts/: Host inventory YAML files with schema validation
- provisioning/: Node.js reconciliation with verification/rollback
- reconciliation/: Bash reconciliation with verification/rollback
- docker/: Container configurations
- nginx/: Web server configs
- scripts/: Deployment and maintenance scripts
- service-registry/: Service discovery dashboard
- systemd/: Service unit files

Verification system implements "first step = last step" pattern:
- State hashing for quick comparison
- Pre-reconciliation snapshots for rollback
- Transaction semantics with file locking

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 02:31:31 -08:00