X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ebf6894fad08763e1dd79383934422ea919beb69..5fb76dc7c3c0de9177b690895aed29d479aa144a:/cookbooks/community/templates/default/web_only.yml.erb diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index eb46dbe37..564d8da5f 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -83,7 +83,7 @@ volumes: guest: /shared/ssl/ssl.key - volume: host: /srv/community.openstreetmap.org/files/update-feeds.atom - guest: /var/www/discourse/public/update-feeds.atom + guest: /shared/feeds/update-feeds.atom ## Plugins go here ## see https://meta.discourse.org/t/19157 for details @@ -98,6 +98,11 @@ hooks: - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-reactions.git - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-prometheus.git - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-translator.git + - exec: + # Needs to be copied in else builtin git cleanup fails + cd: $home + cmd: + - sudo -H -E -u discourse cp /shared/feeds/update-feeds.atom public/update-feeds.atom after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf"