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:
parent
eac468a2b2
commit
e510f2ddea
1 changed files with 6 additions and 0 deletions
|
@ -106,3 +106,9 @@ WHITELIST_EMAILS = [
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
{% endif %}
|
{% 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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue