From 9786bf58b841d0434d3aa138912f70a306760428 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 7 Sep 2025 04:36:04 +0530 Subject: [PATCH] change url --- cluster/apps/drone/drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/drone/drone.yml b/cluster/apps/drone/drone.yml index a487cf3..b4be55c 100644 --- a/cluster/apps/drone/drone.yml +++ b/cluster/apps/drone/drone.yml @@ -35,7 +35,7 @@ spec: image: drone/drone:2 env: - name: DRONE_GITEA_SERVER - value: "https://gitea.akshun-lab.uk" + value: "https://gitea.akshun-lab.cc" - name: DRONE_GITEA_CLIENT_ID valueFrom: secretKeyRef: @@ -52,7 +52,7 @@ spec: name: drone-gitea-secrets key: rpc_secret - name: DRONE_SERVER_HOST - value: "drone.akshun-lab.uk" + value: "drone.akshun-lab.cc" - name: DRONE_SERVER_PROTO value: "https" - name: DRONE_USER_CREATE