mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
Change the git remote URL of the wagtail demo submodule to use HTTPS instead of SSH.
Otherwise automatic deployments (e.g. via `pip install https://github.com/barseghyanartur/django-fobi.git@0.12.12#django-fobi`) would fail to clone this submodule, unless an account-wide read/write SSH key is available to the system account running the deployment. This is undesirable from a security perspective. Users could work around this by creating a dummy GitHub account that has no write access to any repo, and add an account-wide SSH key to it, but it's still annoying and means one more thing to maintain. This change means that you don't get the convenience of pushing changes to the wagtail demo using SSH key, but I think it's better than making automatic deployments complicated.
This commit is contained in:
parent
cee46d6424
commit
bd5e7feb96
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "examples/wagtaildemo"]
|
||||
path = examples/wagtaildemo
|
||||
url = git@github.com:barseghyanartur/wagtaildemo.git
|
||||
url = https://github.com/barseghyanartur/wagtaildemo.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue