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"