revision "theme-2007"
end
-wordpress_plugin "2007.stateofthemap.org-geopress" do
- plugin "geopress"
- site "2007.stateofthemap.org"
-end
+# wordpress_plugin "2007.stateofthemap.org-geopress" do
+# plugin "geopress"
+# site "2007.stateofthemap.org"
+# end
directory "/srv/2008.stateofthemap.org" do
owner "wordpress"
revision "theme-2008"
end
-wordpress_plugin "2008.stateofthemap.org-geopress" do
- plugin "geopress"
- site "2008.stateofthemap.org"
-end
+# wordpress_plugin "2008.stateofthemap.org-geopress" do
+# plugin "geopress"
+# site "2008.stateofthemap.org"
+# end
directory "/srv/2009.stateofthemap.org" do
owner "wordpress"
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"