From: Tom Hughes Date: Thu, 24 Mar 2022 18:32:02 +0000 (+0000) Subject: Deploy 2022 State of the Map site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2c1aefb8d788c551ea7a40170c36ac8809a523b0 Deploy 2022 State of the Map site --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 3d2348da6..768fca04e 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -318,7 +318,7 @@ gem_package "bundler" do version "2.1.4" end -%w[2016 2017 2018 2019 2020 2021].each do |year| +%w[2016 2017 2018 2019 2020 2021 2022].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync repository "https://github.com/openstreetmap/stateofthemap-#{year}.git"