docs: fix CI comment and remove dead gitea remote from CLAUDE.md
All checks were successful
CI/CD / go-lint (push) Has been skipped
CI/CD / python-lint (push) Has been skipped
CI/CD / nodejs-lint (push) Has been skipped
CI/CD / test-go-ai-compliance (push) Successful in 36s
CI/CD / test-python-backend-compliance (push) Successful in 33s
CI/CD / test-python-document-crawler (push) Successful in 24s
CI/CD / test-python-dsms-gateway (push) Successful in 19s
CI/CD / validate-canonical-controls (push) Successful in 13s

- build-push-deploy.yml: correct comment (orca runs if any build succeeds)
- CLAUDE.md: remove git push gitea main (only origin remote exists)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-04-17 10:47:52 +02:00
parent 11f13b3f74
commit aabfd0aecd
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
```bash ```bash
# 1. Code auf MacBook bearbeiten (dieses Verzeichnis) # 1. Code auf MacBook bearbeiten (dieses Verzeichnis)
# 2. Committen und zu BEIDEN Remotes pushen: # 2. Committen und zu BEIDEN Remotes pushen:
git push origin main && git push gitea main git push origin main
# 3. FERTIG! Push auf gitea triggert automatisch: # 3. FERTIG! Push auf gitea triggert automatisch:
# - Gitea Actions: Lint → Tests → Validierung # - Gitea Actions: Lint → Tests → Validierung
@@ -46,7 +46,7 @@ git push origin main && git push gitea main
**Ablauf im Terminal:** **Ablauf im Terminal:**
``` ```
> git push gitea main ✓ > git push origin main ✓
> "Deploy gestartet, ich ueberwache den Status..." > "Deploy gestartet, ich ueberwache den Status..."
> [Hintergrund-Polling laeuft] > [Hintergrund-Polling laeuft]
> "Deploy abgeschlossen! Alle Services healthy. Du kannst jetzt testen." > "Deploy abgeschlossen! Alle Services healthy. Du kannst jetzt testen."
@@ -219,7 +219,7 @@ breakpilot-compliance/
```bash ```bash
# Committen und pushen → Orca deployt automatisch: # Committen und pushen → Orca deployt automatisch:
git push origin main && git push gitea main git push origin main
# CI-Status pruefen (im Browser): # CI-Status pruefen (im Browser):
# https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance/actions # https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance/actions
@@ -233,11 +233,11 @@ curl -sf https://sdk-dev.breakpilot.ai/health
```bash ```bash
# Zu BEIDEN Remotes pushen (PFLICHT! — vom MacBook): # Zu BEIDEN Remotes pushen (PFLICHT! — vom MacBook):
git push origin main && git push gitea main git push origin main
# Remotes: # Remotes:
# origin: lokale Gitea (macmini:3003) # origin: lokale Gitea (macmini:3003)
# gitea: gitea.meghsakha.com:22222
``` ```
### Lokale Docker-Befehle (Mac Mini — nur fuer Dev/Tests) ### Lokale Docker-Befehle (Mac Mini — nur fuer Dev/Tests)

View File

@@ -184,7 +184,7 @@ jobs:
docker push registry.meghsakha.com/breakpilot/compliance-dsms-gateway:latest docker push registry.meghsakha.com/breakpilot/compliance-dsms-gateway:latest
docker push registry.meghsakha.com/breakpilot/compliance-dsms-gateway:${SHORT_SHA} docker push registry.meghsakha.com/breakpilot/compliance-dsms-gateway:${SHORT_SHA}
# ── orca redeploy (only after all builds succeed) ───────────────────────── # ── orca redeploy (runs if at least one build succeeded) ─────────────────
trigger-orca: trigger-orca:
runs-on: docker runs-on: docker