|
@@ -5,16 +5,16 @@ Path = require "path"
|
|
|
|
|
|
|
|
SERVICES = [{
|
|
SERVICES = [{
|
|
|
name: "web"
|
|
name: "web"
|
|
|
- repo: "git@github.com:sharelatex/web-sharelatex.git"
|
|
|
|
|
|
|
+ repo: "https://github.com/sharelatex/web-sharelatex.git"
|
|
|
}, {
|
|
}, {
|
|
|
name: "document-updater"
|
|
name: "document-updater"
|
|
|
- repo: "git@github.com:sharelatex/document-updater-sharelatex.git"
|
|
|
|
|
|
|
+ repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
|
|
}, {
|
|
}, {
|
|
|
name: "clsi"
|
|
name: "clsi"
|
|
|
- repo: "git@github.com:sharelatex/clsi-sharelatex.git"
|
|
|
|
|
|
|
+ repo: "https://github.com/sharelatex/clsi-sharelatex.git"
|
|
|
}, {
|
|
}, {
|
|
|
name: "filestore"
|
|
name: "filestore"
|
|
|
- repo: "git@github.com:sharelatex/filestore-sharelatex.git"
|
|
|
|
|
|
|
+ repo: "https://github.com/sharelatex/filestore-sharelatex.git"
|
|
|
}]
|
|
}]
|
|
|
|
|
|
|
|
|
|
|