From e3b6272618e964467bc69db5cf8a3fa3296b7375 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Feb 06 2020 20:01:32 +0000 Subject: Merge branch 'cboltz-static-people' into 'production' add people.o.o to the web_static and static_master role See merge request infra/salt!345 --- 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