Karte 776: deploy-target release-only (Release ohne Container-Deploy) [skip-ci] - #65
Merged
Conversation
plaintext-root ist stillgelegt (12.08.2026), sein Maven-Artefakt aber nicht: plaintext-root-parent ist Parent-POM von app, guild, schuetu und iot. Bisher gab es nur die Wahl zwischen ci-only (kein Release) und release-all (Release samt Container-Deploy) — und release-all faehrt die stillgelegten Container wieder hoch. release-only ruft ./build release ohne Deploy-Argument: mvn clean deploy in den Reposilite, Version-Bump, Tag, Push; deploy_to_dev/deploy_to_prod bleiben aus. Verify DEV wird fuer release-only uebersprungen — es gibt kein DEV mehr zu pruefen. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H7QrvtchnfTNCz1q4me1vq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warum
plaintext-rootundplaintext-fwtoolsind am 12.08.2026 auf Anweisung Daniels stillgelegt worden (Karte 776). Die Stilllegung haelt einem normalen Merge aber nicht stand:profiles: ["stillgelegt"]. Der wirkt nur gegendocker compose up -dohne Servicenamen. Der Deploy nennt den Service explizit (tui-build-logic.sh:752und:1355), und Compose aktiviert das Profil eines ausdruecklich genannten Service implizit.up -dohne Servicename → nur der normale Service startet (Positivkontrolle), der stillgelegte nicht.up -d --no-deps --force-recreate <stillgelegter-service>→ startet ihn.plaintext-rootdeployt auf jedem master-Push mitrelease-all. Es einfach aufci-onlyzu setzen geht nicht:plaintext-root-parentist der Parent-POM vonplaintext-app,plaintext-guild,plaintext-schuetuundplaintext-iot— die Bibliothek muss weiter releast werden koennen.Was sich aendert
Neues
deploy-target: release-only→./build releaseohne Deploy-Argument:mvn clean deployin den Reposilite (tui-build-logic.sh:1525), Version-Bump, Tag, Pushdeploy_to_dev/deploy_to_prod(Zeilen 1601–1608) bleiben aus → kein ContainerVerify DEVwird fuerrelease-onlyuebersprungen — sonst pingt es eine stillgelegte Umgebung an und faerbt einen gelungenen Release rotKein bestehendes Ziel aendert sein Verhalten; der Diff fuegt nur einen case-Zweig und eine Ausnahme in einer
if-Bedingung hinzu. Ausserdem sindprod-singleundrelease-onlyjetzt im Kopfkommentar dokumentiert (prod-singlefehlte dort bisher).Folge-PRs:
plaintext-rootstellt aufrelease-onlyum,plaintext-fwtoolaufci-only.🤖 Generated with Claude Code
https://claude.ai/code/session_01H7QrvtchnfTNCz1q4me1vq