diff --git a/pillar/role/static_master.sls b/pillar/role/static_master.sls index be068a4..96ebc12 100644 --- a/pillar/role/static_master.sls +++ b/pillar/role/static_master.sls @@ -15,6 +15,9 @@ profile: html5test.opensuse.org: branch: opensuse repo: https://github.com/openSUSE/HTML5test.git + people.opensuse.org: + branch: gh-pages + repo: https://github.com/openSUSE/people.git shop.opensuse.org: repo: https://github.com/openSUSE/shop.o.o.git static.opensuse.org: diff --git a/pillar/role/web_static.sls b/pillar/role/web_static.sls index 3c9345f..12b5a10 100644 --- a/pillar/role/web_static.sls +++ b/pillar/role/web_static.sls @@ -1,4 +1,4 @@ -{% set websites = ['html5test', 'shop', 'static', 'studioexpress'] %} +{% set websites = ['html5test', 'people', 'shop', 'static', 'studioexpress'] %} include: - role.common.nginx