From ce8540cc3041213f32bb9d6466b59441e0680bad Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Jul 03 2020 16:09:22 +0000 Subject: Merge branch 'hellcp/jekyll-mentoring' into 'production' Add mentoring to jekyll See merge request infra/salt!416 --- diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index 641d019..2c21289 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -16,6 +16,9 @@ profile: repo: https://github.com/openSUSE/www.opensuse.org.git yast.opensuse.org: repo: https://github.com/yast/yast.github.io.git + 101.opensuse.org: + repo: https://github.com/openSUSE/mentoring.git + branch: gh-pages server_list: - jekyll.infra.opensuse.org ssh_known_hosts: | diff --git a/pillar/role/web_jekyll.sls b/pillar/role/web_jekyll.sls index c4391aa..1ba2a8f 100644 --- a/pillar/role/web_jekyll.sls +++ b/pillar/role/web_jekyll.sls @@ -1,4 +1,4 @@ -{% set websites = ['news', 'planet', 'search', 'www', 'yast'] %} +{% set websites = ['news', 'planet', 'search', 'www', 'yast', '101'] %} include: - role.common.nginx