]> git.openstreetmap.org Git - chef.git/commitdiff
Add rails71 dev site
authorTom Hughes <tom@compton.nu>
Sun, 8 Oct 2023 09:00:31 +0000 (10:00 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Oct 2023 09:00:31 +0000 (10:00 +0100)
roles/dev.rb

index 6a55e650d8857a42c1748398b842716fb037cf0d..99c29598d77b76fa2d924accc98b8fa16bb9fa91 100644 (file)
@@ -130,6 +130,10 @@ default_attributes(
       :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
+      },
+      :rails71 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails71"
       }
     }
   },