From: Tom Hughes Date: Tue, 26 May 2020 13:48:38 +0000 (+0100) Subject: Add microcosms dev site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/217fa53bba8c1b5977220dde7457ee2938b3fc4a Add microcosms dev site --- 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",