Use absolute HTTPS 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 = ../dsrptlab/instructions.git
|
url = https://gitea.dsrptlab.com/dsrptlab/instructions.git
|
||||||
[submodule "frontend"]
|
[submodule "frontend"]
|
||||||
path = frontend
|
path = frontend
|
||||||
url = ../clientflow/frontend.git
|
url = https://gitea.dsrptlab.com/clientflow/frontend.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "backend"]
|
[submodule "backend"]
|
||||||
path = backend
|
path = backend
|
||||||
url = ../clientflow/backend.git
|
url = https://gitea.dsrptlab.com/clientflow/backend.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "backend_worker"]
|
[submodule "backend_worker"]
|
||||||
path = backend_worker
|
path = backend_worker
|
||||||
url = ../clientflow/backend_worker.git
|
url = https://gitea.dsrptlab.com/clientflow/backend_worker.git
|
||||||
branch = main
|
branch = main
|
||||||
|
|||||||
Reference in New Issue
Block a user