]> git.openstreetmap.org Git - chef.git/commitdiff
Add a test instance for the login/signup rework
authorTom Hughes <tom@compton.nu>
Fri, 26 Jan 2024 12:36:28 +0000 (12:36 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 26 Jan 2024 12:36:28 +0000 (12:36 +0000)
roles/dev.rb

index 3a838a35300839608587819c2d5bdb7ea9b0604d..65e393b076d2dc9f61e27e6fb11373975d1698d8 100644 (file)
@@ -135,6 +135,10 @@ default_attributes(
       :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
+      },
+      :signup => {
+        :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git",
+        :revision => "issue_4128_login_signup"
       }
     }
   },