From e5b6f9381cfb21d5d4e759955f903d8b98a75758 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 15 Feb 2023 12:25:51 +0000 Subject: [PATCH] Fix name of stateofthemap site --- cookbooks/stateofthemap/recipes/container.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/stateofthemap/recipes/container.rb b/cookbooks/stateofthemap/recipes/container.rb index 2d49ba6c5..8f0786ce4 100644 --- a/cookbooks/stateofthemap/recipes/container.rb +++ b/cookbooks/stateofthemap/recipes/container.rb @@ -19,7 +19,7 @@ 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 -- 2.39.5