Add new app

This commit is contained in:
dvirlabs 2025-06-22 21:29:19 +03:00
parent 3f12ff7099
commit 102400afe0
2 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,5 @@ steps:
CLOUDFLARE_API_TOKEN:
from_secret: CLOUDFLARE_API_TOKEN
CLOUDFLARE_ZONE_ID:
from_secret: CLOUDFLARE_ZONE_ID
from_secret: CLOUDFLARE_ZONE_ID

View File

@ -129,3 +129,4 @@ yq eval '.ingress' "$GENERATED_FILE" | yq eval -o=json '.' - | jq -c '.[]' | whi
echo "⚠️ CNAME for $name.dvirlabs.com already exists, skipping"
fi
done