From 217fa53bba8c1b5977220dde7457ee2938b3fc4a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 May 2020 14:48:38 +0100 Subject: [PATCH] Add microcosms dev site --- roles/dev.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/dev.rb b/roles/dev.rb index 1d0400fd3..2efd55fbb 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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", -- 2.39.5