Add production environment details to CLAUDE.md
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m8s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-15 17:59:25 -06:00
parent bf2f3005c3
commit 67de736581

View File

@ -53,6 +53,13 @@ class MyCog(commands.Cog):
## Deployment
### Production Environment
- **Host**: `ssh akamai` (Akamai cloud server)
- **Bot container**: `major-domo-discord-app-1`
- **Logs**: `ssh akamai "docker logs --since 1h major-domo-discord-app-1"`
- **Other services on same host**: `sba_db_api`, `sba_postgres`, `sba_redis`, `sba-website-sba-web-1`, `pd_api`
### CI/CD
Builds and deploys are handled by Gitea Actions. Create a PR to `main` using `tea`:
```bash
tea pulls create --repo cal/major-domo-v2 --head <branch> --base main --title "title" --description "description"