feat: add DRONE_AGENTS_ENABLED

master
Bo-Yi Wu 2019-06-23 22:37:16 +08:00
parent ddae4fb558
commit 097d15d659
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,9 @@ DRONE_RPC_SECRET={{ drone_rpc_secret }}
{% if drone_database_secret is defined and drone_database_secret != "" %}
DRONE_DATABASE_SECRET={{ drone_database_secret }}
{% endif %}
{% if drone_agents_enabled is defined %}
DRONE_AGENTS_ENABLED=true
{% endif %}
{% if drone_logs_pretty is defined %}
DRONE_LOGS_PRETTY={{ drone_logs_pretty }}
{% endif %}