Use gitea not gitee
This commit is contained in:
parent
758303acfd
commit
4256150ed4
@ -4,8 +4,9 @@ services:
|
|||||||
drone:
|
drone:
|
||||||
image: drone/drone:2
|
image: drone/drone:2
|
||||||
environment:
|
environment:
|
||||||
- DRONE_GITEE_CLIENT_ID=put_the_real_client_id_here
|
- DRONE_GITEA_SERVER=http://gitea.local
|
||||||
- DRONE_GITEE_CLIENT_SECRET=put_the_real_secret_here
|
- 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_RPC_SECRET=super-duper-secret
|
||||||
- DRONE_SERVER_HOST=gitea.local # TODO: make this more generic
|
- DRONE_SERVER_HOST=gitea.local # TODO: make this more generic
|
||||||
- DRONE_SERVER_PROTO=http
|
- DRONE_SERVER_PROTO=http
|
||||||
|
Loading…
Reference in New Issue
Block a user