Bump version to 2.29.6, fix stale deploy script reference in CLAUDE.md
Some checks failed
Build Docker Image / build (pull_request) Failing after 12s
Some checks failed
Build Docker Image / build (pull_request) Failing after 12s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
05bb28c8c4
commit
3b1f111e35
@ -53,9 +53,9 @@ class MyCog(commands.Cog):
|
||||
|
||||
## Deployment
|
||||
|
||||
Builds and deploys are handled by Gitea Actions. Just create a PR to `main`:
|
||||
Builds and deploys are handled by Gitea Actions. Create a PR to `main` using `tea`:
|
||||
```bash
|
||||
/home/cal/.claude/scripts/gitea-create-pr.sh cal/major-domo-bot <branch> main "title" "description"
|
||||
tea pulls create --repo cal/major-domo-v2 --head <branch> --base main --title "title" --description "description"
|
||||
```
|
||||
Gitea validates the version, builds the Docker image, and deploys on merge.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user