gentoo-overlay/dev-util/drone-runner-docker/files/drone-runner-docker.confd
Manuel Friedli 078e0946e5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
dev-util/drone-runner-docker: Add ebuild for version 1.8.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
2022-04-30 23:12:32 +02:00

16 lines
769 B
Plaintext

# Drone docker runner configuration file. See
# https://docs.drone.io/runner/docker/configuration/reference/ for a complete
# list of configuration options.
# provides the hostname (and optional port) of your Drone server. The runner connects to the server at the host address to receive pipelines for execution.
DRONE_RPC_HOST="drone.example.com"
# provides the protocol used to connect to your Drone server. The value must be either http or https.
DRONE_RPC_PROTO="https"
# provides the shared secret used to authenticate with your Drone server. This must match the secret defined in your Drone server configuration.
DRONE_RPC_SECRET="your-secret-goes-here"
# Optional string value configures HTTP port to bind to. default: :3000
DRONE_HTTP_BIND="localhost:3030"