generalbots/src/deployment
Rodrigo Rodriguez (Pragmatismo) c03398fe56
Some checks failed
BotServer CI / build (push) Failing after 1m45s
feat: Add deployment API endpoints and routes (Phase 0 completion)
- Add API endpoints to deployment/mod.rs:
  - GET /api/deployment/targets - List available deployment targets
  - POST /api/deployment/deploy - Deploy application to selected target
- Register deployment routes in main application router
- Support for internal GB Platform and external Forgejo deployments
- Proper error handling with ErrorSanitizer
- SQL injection protection with sql_guard

Phase 0: Deployment Infrastructure - COMPLETE 
2026-03-02 07:42:28 -03:00
..
forgejo.rs feat: Add Phase 0 deployment infrastructure (CRITICAL) 2026-03-02 07:12:30 -03:00
mod.rs feat: Add deployment API endpoints and routes (Phase 0 completion) 2026-03-02 07:42:28 -03:00