Use name prefix and colon
This commit is contained in:
parent
c0b586cb77
commit
836fb5d538
@ -40,6 +40,6 @@
|
|||||||
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
|
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
|
||||||
DRONE_GIT_ALWAYS_AUTH: "true"
|
DRONE_GIT_ALWAYS_AUTH: "true"
|
||||||
DRONE_RPC_SECRET: "{{ rpc_secret }}"
|
DRONE_RPC_SECRET: "{{ rpc_secret }}"
|
||||||
DRONE_SERVER_HOST: "{{ domain }}"
|
DRONE_SERVER_HOST: "{{ drone_domain }}"
|
||||||
DRONE_SERVER_PROTO: "https"
|
DRONE_SERVER_PROTO: "https"
|
||||||
DRONE_SERVER_PORT: "{{ drone_port }}"
|
DRONE_SERVER_PORT: ":{{ drone_port }}"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
domain: "drone.autonomic.zone"
|
|
||||||
autonomic_admin_mail: "helo@autonomic.zone"
|
autonomic_admin_mail: "helo@autonomic.zone"
|
||||||
gitea_domain: "git.autonomic.zone"
|
drone_domain: "drone.autonomic.zone"
|
||||||
drone_port: "8080"
|
drone_port: "8080"
|
||||||
|
gitea_domain: "git.autonomic.zone"
|
||||||
|
Reference in New Issue
Block a user