ci: fix submodule URLs to HTTPS for reverse proxy
CI / dashboard-test (push) Failing after 18s
CI / server-core-test (push) Failing after 15s
CI / device-agent-test (push) Failing after 14s
CI / build-server-core (push) Has been skipped
CI / build-device-agent (push) Has been skipped
CI / build-dashboard (push) Has been skipped
CI / build-docs (push) Has been skipped
CI / release (push) Has been skipped

This commit is contained in:
datadunia
2026-06-10 04:52:34 +07:00
parent 5b5a4aa009
commit 94ed6a8184
+3 -3
View File
@@ -1,9 +1,9 @@
[submodule "apps/server-core"]
path = apps/server-core
url = http://git.datadunia.com/nexusguard/nexus-server-core.git
url = https://git.datadunia.com/nexusguard/nexus-server-core.git
[submodule "apps/dashboard-ui"]
path = apps/dashboard-ui
url = http://git.datadunia.com/nexusguard/nexus-dashboard-ui.git
url = https://git.datadunia.com/nexusguard/nexus-dashboard-ui.git
[submodule "apps/device-agent"]
path = apps/device-agent
url = http://git.datadunia.com/nexusguard/nexus-device-agent.git
url = https://git.datadunia.com/nexusguard/nexus-device-agent.git