Gruen-Gate: Ampel gruen auf main -> automatische Befoerderung auf stable
Ampel / ampel (push) Successful in 31s

Arcane-GitSync deployt kuenftig von stable (rot deployt NIE).
deploy.sh wird zum Notfall-Hebel. MakeMKV-Entscheid: Konzept gilt,
lossless als Etappe 10 in der ROADMAP verankert.
This commit is contained in:
Hitonabi
2026-07-22 22:45:46 +02:00
parent 419ba42c38
commit 0b93276302
5 changed files with 41 additions and 14 deletions
+11
View File
@@ -71,3 +71,14 @@ jobs:
echo "❌ AMPEL ROT — nichts heißt fertig', solange das rot ist."
fi
exit $rot
- name: Grün-Gate — grünen Stand auf 'stable' befördern (Arcane deployt von dort)
if: success()
shell: bash
run: |
if [ "${GITHUB_REF_NAME:-}" = "main" ]; then
git push origin +HEAD:refs/heads/stable
echo "✅ main → stable befördert. Arcane-GitSync zieht 'stable' und deployt."
else
echo "Kein main-Push — keine Beförderung."
fi