Limit orgs who can run drone (and sort vars)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-02 01:39:11 +02:00
parent 6c8e8834ca
commit 3cde50404c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 1 deletions

View File

@ -42,5 +42,6 @@
DRONE_GIT_ALWAYS_AUTH: "true"
DRONE_RPC_SECRET: "{{ rpc_secret }}"
DRONE_SERVER_HOST: "{{ drone_domain }}"
DRONE_SERVER_PROTO: "https"
DRONE_SERVER_PORT: ":{{ drone_port }}"
DRONE_SERVER_PROTO: "https"
DRONE_USER_FILTER: "{{ drone_user_filter }}"

View File

@ -2,4 +2,5 @@
autonomic_admin_mail: "helo@autonomic.zone"
drone_domain: "drone.autonomic.zone"
drone_port: "8042"
drone_user_filter: "autonomic-cooperative"
gitea_domain: "https://git.autonomic.zone"