feat: add /deploy-plugins webhook route + deploy-plugins script
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled

This commit is contained in:
2026-08-17 00:05:55 +02:00
parent eca81ae9af
commit 22fe1526ca
42 changed files with 342 additions and 8156 deletions

View File

@@ -238,7 +238,7 @@ echo "[6/8] prune old image tags (keep 3)"
if [ -n "$OIKOS_VERSION" ]; then
images=$(docker compose --profile "$PROFILE" config --images 2>/dev/null || true)
if [ -z "$images" ]; then
images="oikos-api oikos-scheduler oikos-migrate oikos-seed oikos-nomos"
images="oikos-api oikos-scheduler oikos-migrate oikos-seed"
fi
printf '%s\n' $images | sed 's/:.*//' | grep '^oikos-' | sort -u | while read -r repo; do
docker image ls "$repo" --format '{{.Tag}}' 2>/dev/null | grep '^v' | sort -rV | tail -n +4 | while read -r tag; do