Merge branch 'ci/discovery-helm-vars' into 'main'

ci(deploy): wire AI_AGENT_DISCOVERY and DISCOVERY_TOKEN into helm upgrade

See merge request vikingowl/marktvogt.de!4
This commit is contained in:
2026-04-18 06:17:23 +00:00

View File

@@ -44,6 +44,8 @@ backend:deploy:
--set smtp.password="$SMTP_PASSWORD" \
--set ai.apiKey="$AI_API_KEY" \
--set ai.agentSimple="$AI_AGENT_SIMPLE" \
--set ai.agentDiscovery="$AI_AGENT_DISCOVERY" \
--set discovery.token="$DISCOVERY_TOKEN" \
--set turnstile.secretKey="$TURNSTILE_SECRET_KEY" \
--rollback-on-failure --wait=watcher --timeout 5m
needs: [backend:docker]