]> git.openstreetmap.org Git - chef.git/commitdiff
Add microcosms dev site
authorTom Hughes <tom@compton.nu>
Tue, 26 May 2020 13:48:38 +0000 (14:48 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 26 May 2020 13:48:51 +0000 (14:48 +0100)
roles/dev.rb

index 1d0400fd36d4e744e6a592e48d2e5213c384c844..2efd55fbbcf5cdaeacbb14784b1ddd93b27a41ab 100644 (file)
@@ -118,6 +118,10 @@ default_attributes(
         :repository => "https://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
       },
+      :microsms => {
+        :repository => "https://github.com/openbrian/osm-microcosms.git",
+        :revision => "microcosms"
+      },
       :upload => {
         :repository => "https://git.openstreetmap.org/public/rails.git",
         :revision => "master",