]> git.openstreetmap.org Git - chef.git/commitdiff
Deploy 2021 State of the Map site
authorTom Hughes <tom@compton.nu>
Mon, 22 Feb 2021 19:07:34 +0000 (19:07 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 22 Feb 2021 19:07:34 +0000 (19:07 +0000)
cookbooks/stateofthemap/recipes/default.rb

index 39d537eea561e65205499c407a7a1dd5bf6585a9..0d55936e00f133d3a863c55e6b95d6b362ebfdca 100644 (file)
@@ -318,7 +318,7 @@ gem_package "bundler" do
   version "2.1.4"
 end
 
-%w[2016 2017 2018 2019 2020].each do |year|
+%w[2016 2017 2018 2019 2020 2021].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
     repository "https://github.com/openstreetmap/stateofthemap-#{year}.git"