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