From d44f678f2c7e51ef4c0631d23d20a63000de4173 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 20:38:45 +0200 Subject: [PATCH] feat: with actual url Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7ecd982..2dac6f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,7 +68,7 @@ steps: default = "gitea" [registries.gitea] - index = "https://gitea.example.com/{owner}/_cargo-index.git" + index = "https://git.front.kjuulh.io/kjuulh/_cargo-index.git" token = "Bearer $GIT_TOKEN" [net]