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