Use name prefix and colon

This commit is contained in:
Luke Murphy 2020-03-25 02:03:15 +01:00
parent c0b586cb77
commit 836fb5d538
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 4 deletions

View File

@ -40,6 +40,6 @@
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
DRONE_GIT_ALWAYS_AUTH: "true"
DRONE_RPC_SECRET: "{{ rpc_secret }}"
DRONE_SERVER_HOST: "{{ domain }}"
DRONE_SERVER_HOST: "{{ drone_domain }}"
DRONE_SERVER_PROTO: "https"
DRONE_SERVER_PORT: "{{ drone_port }}"
DRONE_SERVER_PORT: ":{{ drone_port }}"

View File

@ -1,5 +1,5 @@
---
domain: "drone.autonomic.zone"
autonomic_admin_mail: "helo@autonomic.zone"
gitea_domain: "git.autonomic.zone"
drone_domain: "drone.autonomic.zone"
drone_port: "8080"
gitea_domain: "git.autonomic.zone"