adding prod vars to buildslave's buildbot.tac
This commit is contained in:
parent
f40dbffcf2
commit
79d47f4978
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ passwd = '{{ dev_buildslave_password }}'
|
|||
{% if deployment_type == 'stg' %}
|
||||
passwd = '{{ stg_buildslave_password }}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'prod' %}
|
||||
passwd = '{{ prod_buildslave_password }}'
|
||||
{% endif %}
|
||||
|
||||
keepalive = 600
|
||||
usepty = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue