added GIT_SSL_NO_VERIFY

This commit is contained in:
2025-10-01 21:53:00 +05:30
parent ed58811437
commit 78c7b70e86

View File

@@ -76,6 +76,8 @@ services:
DRONE_RUNNER_ARCH: arm64
DRONE_LOGS_DEBUG: true
DRONE_LOGS_TRACE: true
# Critical: Configure Git to use credentials and skip SSL verification
GIT_SSL_NO_VERIFY: "true"
extra_hosts:
- "drone.aetoskia.com:192.168.1.111"
- "gitea.aetoskia.com:192.168.1.111"