X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dd35c593b7471ccbe5298f8e720d7b9b4ee6a967..ae60e569aa65b63bf638f6e216a47156673c8c9b:/cookbooks/stateofthemap/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 89fbbab34..1c1c5fdc8 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,7 +281,9 @@ end end end -%w[2016 2017 2018].each do |year| +gem_package "jekyll" + +%w[2016 2017 2018 2019].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"