From 5f3a2a16b806288db5e1dedf623dba11393060ad Mon Sep 17 00:00:00 2001 From: Khwezi Date: Sat, 18 Oct 2025 14:36:57 +0200 Subject: [PATCH] Replicated pipeline fix --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2b533ee..eee21f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,12 @@ clone: disable: true steps: + - name: git ssl fix + image: drone/git + commands: + # Disable SSL verification for self-signed Gitea cert + - git config --global http.sslVerify false + - name: dotnet publish image: mcr.microsoft.com/dotnet/sdk:8.0 commands: @@ -73,6 +79,12 @@ clone: disable: true steps: + - name: git ssl fix + image: drone/git + commands: + # Disable SSL verification for self-signed Gitea cert + - git config --global http.sslVerify false + - name: deploy via SSH image: appleboy/drone-ssh settings: