Parameterise DRONE_HOST env var.

This commit is contained in:
Chris Fordham 2017-07-21 15:05:12 +10:00 committed by GitHub
parent 28e9c1f416
commit 1e71f1fc1a

View File

@ -6,21 +6,25 @@ catalog:
description: | description: |
Drone CI Server ref http://readme.drone.io/admin/installation-guide/ Drone CI Server ref http://readme.drone.io/admin/installation-guide/
questions: questions:
- variable: drone_host
label: Drone Host URL
description: Intended URL Drone will be hosted on, e.g. http://drone.mycompany.com.
required: true
type: string
- variable: host_port - variable: host_port
label: Drone server Host Port label: Drone Server Host Port
description: | description: Public port that will be exposed on service creation.
Port that will be exposed on service creation
required: true required: true
default: 8000 default: 8000
type: int type: int
- variable: agent_scale - variable: agent_scale
label: Drone agent scale label: Drone Agent Scale
description: Drone agent scale to deploy description: Drone agent scale to deploy
required: true required: true
default: 1 default: 1
type: int type: int
- variable: drone_secret - variable: drone_secret
label: Server and agents secret. label: Server and Agents Secret
description: Server and agents secret to be communicate. http://readme.drone.io/admin/user-registration/ description: Server and agents secret to be communicate. http://readme.drone.io/admin/user-registration/
type: password type: password
required: true required: true
@ -34,7 +38,7 @@ catalog:
- "debug" - "debug"
required: true required: true
- variable: drone_open - variable: drone_open
label: Open registration label: Open Registration
description: | description: |
Users self register. http://readme.drone.io/admin/user-registration/ Users self register. http://readme.drone.io/admin/user-registration/
required: true required: true