distgit/pagure: Let pagure to manage ssh keys in stg

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-01 16:36:20 +01:00
parent 0d1d2aace5
commit 40bfa1604b

View file

@ -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