fix(infra): resolve local directus service matching, improve branding script flexibility, and cleanup build artifacts

This commit is contained in:
2026-02-16 18:07:56 +01:00
parent b091175b89
commit bfd3c8164b
13 changed files with 29985 additions and 330 deletions

View File

@@ -13,7 +13,7 @@ PRJ_ID=$(jq -r .name package.json | sed 's/@mintel\///' | sed 's/\.com$//' | sed
case $ENV in
local)
CONTAINER=$(docker compose ps -q directus)
CONTAINER=$(docker compose ps -q directus-cms)
if [ -z "$CONTAINER" ]; then
echo "❌ Local directus container not found."
exit 1