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