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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user