Add production environment details to CLAUDE.md
All checks were successful
Build Docker Image / build (pull_request) Successful in 59s
All checks were successful
Build Docker Image / build (pull_request) Successful in 59s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
30e1992780
commit
27c912cad4
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user