X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3c0e4bb2d443fb393e85976937be0a4225e13ad3..f8615415d66741ec7ad5aa2b9d23272f10e2b1a2:/cookbooks/stateofthemap/recipes/container.rb?ds=sidebyside diff --git a/cookbooks/stateofthemap/recipes/container.rb b/cookbooks/stateofthemap/recipes/container.rb index 2d49ba6c5..16cb780ec 100644 --- a/cookbooks/stateofthemap/recipes/container.rb +++ b/cookbooks/stateofthemap/recipes/container.rb @@ -19,12 +19,12 @@ include_recipe "podman::apache" -podman_site "www.stateofthemap.org" do +podman_site "stateofthemap.org" do image "ghcr.io/openstreetmap/stateofthemap-website:latest" aliases ["www.stateofthemap.org", "stateofthemap.com", "www.stateofthemap.com", "sotm.org", "www.sotm.org"] end -%w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year| +%w[2013 2016 2017 2018 2019 2020 2021 2022 2024].each do |year| podman_site "#{year}.stateofthemap.org" do image "ghcr.io/openstreetmap/stateofthemap-#{year}:latest" aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"]