feat: add DRONE_AGENTS_ENABLED
This commit is contained in:
parent
ddae4fb558
commit
097d15d659
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user