Limit drone usage to members of drone-allow

See https://docs.drone.io/server/user/registration/
This commit is contained in:
Reynir Björnsson 2022-04-08 10:29:36 +01:00
parent c0ec5c3853
commit 68a8414512
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
DRONE_SERVER_HOST: "{{ drone.domain }}"
DRONE_SERVER_PROTO: "https"
DRONE_RPC_SECRET: "{{ drone_secrets.rpc_shared_secret }}"
DRONE_USER_FILTER: "drone-allow"
PLUGIN_CUSTOM_DNS: "91.239.100.100"
VIRTUAL_HOST: "{{ drone.domain }}"
LETSENCRYPT_HOST: "{{ drone.domain }}"
@ -48,4 +49,4 @@
drone:
external_services:
external:
name: external_services
name: external_services