]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Bump actions/checkout from 2 to 2.3.4
[chef.git] / roles / dev.rb
index 3eec5fd91b77fdbbd972c6f47d96bfa571375361..4ac28760f4c7879d59982595b91bd324a481d438 100644 (file)
@@ -127,6 +127,14 @@ default_attributes(
         :revision => "master",
         :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git",
         :cgimap_revision => "feature/bulk_upload"
+      },
+      :oauth2 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "doorkeeper"
+      },
+      :rails61 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails61"
       }
     }
   },