From 27c912cad43f5bd70400acf969dcdc7b24edff4a Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 15 Feb 2026 17:59:25 -0600 Subject: [PATCH] Add production environment details to CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 799c610..fb82916 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 --base main --title "title" --description "description"