deployment setup
CI / scan_ruby (push) Failing after 30s
CI / scan_js (push) Failing after 7s
CI / lint (push) Failing after 42s
CI / test (push) Failing after 7s
CI / system-test (push) Failing after 17s

This commit is contained in:
2026-01-26 13:20:07 +01:00
parent a79b27020a
commit a680ae7275
12 changed files with 326 additions and 4 deletions
+5 -4
View File
@@ -101,11 +101,12 @@
## Deployment
- [ ] **Kamal configuration**
- [ ] **Production environment** setup
- [ ] **SSL certificate** configuration
- [x] **Kamal configuration** (see docs/DEPLOYMENT.md)
- [x] **Production environment** setup (automated via Kamal)
- [x] **SSL certificate** configuration (Let's Encrypt via Kamal proxy)
- [x] **Backup automation** (documented: manual and cron strategies)
- [ ] **Monitoring** (error tracking, performance monitoring)
- [ ] **Backup automation** (Litestream to S3 or similar)
- [ ] **Litestream setup** (optional: SQLite replication to S3)
## Future Considerations