copr: sync frontend/frontend-cloud again

Meh, again.  We should make sure we have only one role for all
frontends.

Complements 46865b3911adab225f402a986c227145396d6a08
This commit is contained in:
Pavel Raiskup 2019-10-04 13:23:10 +02:00 committed by Pierre-Yves Chibon
parent eac468a2b2
commit e510f2ddea

View file

@ -106,3 +106,9 @@ WHITELIST_EMAILS = [
{% endfor %}
]
{% endif %}
{% if not devel %}
PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure']
{% else %}
PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure', 'io.pagure.stg.pagure']
{% endif %}