From 4256150ed49cfd6d09205daec09a6a9656697a9c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 16 Mar 2023 12:42:49 -0600 Subject: [PATCH] Use gitea not gitee --- drone/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drone/docker-compose.yml b/drone/docker-compose.yml index ec92bcc..94eefe1 100644 --- a/drone/docker-compose.yml +++ b/drone/docker-compose.yml @@ -4,8 +4,9 @@ services: drone: image: drone/drone:2 environment: - - DRONE_GITEE_CLIENT_ID=put_the_real_client_id_here - - DRONE_GITEE_CLIENT_SECRET=put_the_real_secret_here + - DRONE_GITEA_SERVER=http://gitea.local + - DRONE_GITEA_CLIENT_ID=put_the_real_client_id_here + - DRONE_GITEA_CLIENT_SECRET=put_the_real_secret_here - DRONE_RPC_SECRET=super-duper-secret - DRONE_SERVER_HOST=gitea.local # TODO: make this more generic - DRONE_SERVER_PROTO=http