distgit/pagure: Let pagure to manage ssh keys in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0d1d2aace5
commit
40bfa1604b
1 changed files with 4 additions and 0 deletions
|
@ -50,7 +50,11 @@ ENABLE_DEL_PROJECTS = False
|
|||
ENABLE_DEL_FORKS = True
|
||||
ENABLE_GROUP_MNGT = False
|
||||
DEPLOY_KEY = False
|
||||
{% if env == 'staging' %}
|
||||
LOCAL_SSH_KEY = True
|
||||
{% else %}
|
||||
LOCAL_SSH_KEY = False
|
||||
{% endif %}
|
||||
ALLOW_DELETE_BRANCH = False
|
||||
EMAIL_ON_WATCHCOMMITS = False
|
||||
GIT_HOOK_DB_RO = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue