Update .woodpecker/deploy.yml
Added Open WebUI and LiteLLM secrets
This commit is contained in:
@@ -173,12 +173,38 @@ steps:
|
||||
from_secret: ai_litellm_salt_key
|
||||
AI_LITELLM_DB_PASSWORD:
|
||||
from_secret: ai_litellm_db_password
|
||||
AI_LITELLM_DATABASE_MIGRATIONS:
|
||||
from_secret: litellm_database_migrations
|
||||
AI_LITELLM_MODIFY_PARAMS:
|
||||
from_secret: litellm_modify_params
|
||||
AI_WEBUI_SECRET_KEY:
|
||||
from_secret: ai_webui_secret_key
|
||||
AI_OPEN_WEBUI_DATABASE_URL:
|
||||
from_secret: ai_open_webui_database_url
|
||||
AI_OAUTH_CLIENT_SECRET:
|
||||
from_secret: ai_oauth_client_secret
|
||||
AI_OPEN_WEB_UI_ENABLE_OAUTH_SIGNUP:
|
||||
from_secret: ai_open_web_ui_enable_oauth_signup
|
||||
AI_OPEN_WEB_UI_OAUTH_MERGE_ACCOUNTS_BY_EMAIL:
|
||||
from_secret: ai_open_web_ui_oauth_merge_accounts_by_email
|
||||
AI_OPEN_WEB_UI_ENABLE_OAUTH_SIGNUP:
|
||||
from_secret: ai_open_web_ui_enable_oauth_signup
|
||||
AI_OPEN_WEB_UI_OAUTH_PROVIDER_NAME:
|
||||
from_secret: ai_open_web_ui_oauth_provider_name
|
||||
AI_OPEN_WEB_UI_OPENID_PROVIDER_URL:
|
||||
from_secret: ai_open_web_ui_openid_provider_url
|
||||
AI_OPEN_WEB_UI_OAUTH_CLIENT_ID:
|
||||
from_secret: ai_open_web_ui_oauth_client_id
|
||||
AI_OPEN_WEB_UI_OAUTH_SCOPES:
|
||||
from_secret: ai_open_web_ui_oauth_scopes
|
||||
AI_OPEN_WEB_UI_OPENID_REDIRECT_URI:
|
||||
from_secret: ai_open_web_ui_openid_redirect_uri
|
||||
AI_LITELLM_DATABASE_URL:
|
||||
from_secret: ai_litellm_database_url
|
||||
AI_LITELLM_POSTGRES_PASSWORD:
|
||||
from_secret: ai_litellm_postgres_password
|
||||
AI_AWS_REGION_NAME:
|
||||
from_secret: ai_aws_region_name
|
||||
FLOWAGENT_AZURE_CLIENT_ID:
|
||||
from_secret: flowagent_azure_client_id
|
||||
FLOWAGENT_AZURE_TENANT_ID:
|
||||
|
||||
Reference in New Issue
Block a user