diff --git a/.drone.yml b/.drone.yml index 997f9f0..4633af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - apk add --no-cache ca-certificates - echo "$CA_CRT" > /etc/ssl/certs/ca.crt - update-ca-certificates - - git clone https://gitea.local.knowai.tobegold574/knowai.git /drone/src + - git clone https://gitea.local.knowai/tobegold574/knowai.git /drone/src volumeMounts: - name: repo-volume mountPath: /drone/src