]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Deploy 2019.stateofthemap.org
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 89fbbab34fd4e0abba501e745a4bf919170587ca..1c1c5fdc871f7b2bb8763a6f6e5102af9928d6be 100644 (file)
@@ -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"