drone-ci-configs/runner-docker.env

15 lines
450 B
Bash

DRONE_RPC_PROTO=https
DRONE_RPC_HOST=drone.dotya.ml
DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
# max number of concurrently running pipelines
DRONE_RUNNER_CAPACITY=2
# max number of concurrently running steps (per pipeline)
DRONE_RUNNER_MAX_PROCS=2
DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
# labels that identify this runner (see runner routing)
DRONE_RUNNER_LABELS=${DRONE_RUNNER_LABELS}
DRONE_UI_DISABLE=true
DRONE_LOGS_DEBUG=false
DRONE_LOGS_TRACE=false