From: Tom Hughes Date: Mon, 22 Feb 2021 19:07:34 +0000 (+0000) Subject: Deploy 2021 State of the Map site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/70b83d4da0417ee395fb5e30730f9738fbb4724a Deploy 2021 State of the Map site --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 39d537eea..0d55936e0 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].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"