mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
change git clone manner from ssh to https
This commit is contained in:
parent
f5dddf7dc6
commit
9c8f79ca6f
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@ Path = require "path"
|
|||
|
||||
SERVICES = [{
|
||||
name: "web"
|
||||
repo: "git@github.com:sharelatex/web-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
||||
}, {
|
||||
name: "document-updater"
|
||||
repo: "git@github.com:sharelatex/document-updater-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
}, {
|
||||
name: "clsi"
|
||||
repo: "git@github.com:sharelatex/clsi-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/clsi-sharelatex.git"
|
||||
}, {
|
||||
name: "filestore"
|
||||
repo: "git@github.com:sharelatex/filestore-sharelatex.git"
|
||||
repo: "https://github.com/sharelatex/filestore-sharelatex.git"
|
||||
}]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue