Use relative HTTPS-friendly submodule URLs for Dokploy
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,15 +1,15 @@
|
|||||||
[submodule "instructions"]
|
[submodule "instructions"]
|
||||||
path = instructions
|
path = instructions
|
||||||
url = git@gitea.dsrptlab.com:dsrptlab/instructions.git
|
url = ../dsrptlab/instructions.git
|
||||||
[submodule "frontend"]
|
[submodule "frontend"]
|
||||||
path = frontend
|
path = frontend
|
||||||
url = git@gitea.dsrptlab.com:clientflow/frontend.git
|
url = ../clientflow/frontend.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "backend"]
|
[submodule "backend"]
|
||||||
path = backend
|
path = backend
|
||||||
url = git@gitea.dsrptlab.com:clientflow/backend.git
|
url = ../clientflow/backend.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "backend_worker"]
|
[submodule "backend_worker"]
|
||||||
path = backend_worker
|
path = backend_worker
|
||||||
url = git@gitea.dsrptlab.com:clientflow/backend_worker.git
|
url = ../clientflow/backend_worker.git
|
||||||
branch = main
|
branch = main
|
||||||
|
|||||||
Reference in New Issue
Block a user