From 38cbd892b49d2d6678746cb4ef473f2ac5a952c2 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 31 Jan 2023 00:07:44 +0000 Subject: [PATCH] Documentation on where important variables are set. --- drone.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drone.sh b/drone.sh index 5a1d91b..7c215b3 100755 --- a/drone.sh +++ b/drone.sh @@ -6,4 +6,8 @@ export DRONE_RUNNER_VERSION=1.8.3 export GITEA_ADMIN_USER="admin" export DRONE_RPC_SECRET="$(echo ${HOSTNAME} | openssl dgst -md5 -hex)" export DRONE_USER_CREATE="username:${GITEA_ADMIN_USER},machine:false,admin:true,token:${DRONE_RPC_SECRET}" + +# These are set in ~/.bash_profile +# export DRONE_GITEA_CLIENT_ID="" +# export DRONE_GITEA_CLIENT_SECRET="" docker-compose -f docker-compose/drone.yml up -d