From 27d4d639aaf31e5891bba24b47485229b83e5f87 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 8 Oct 2023 10:00:31 +0100 Subject: [PATCH] Add rails71 dev site --- roles/dev.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/dev.rb b/roles/dev.rb index 6a55e650d..99c29598d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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" } } }, -- 2.39.5