services: add Drone CI
This commit is contained in:
parent
68e26fad5b
commit
540b2cbd83
4 changed files with 81 additions and 0 deletions
4
drone/drone-agent.env
Normal file
4
drone/drone-agent.env
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DRONE_RPC_HOST=drone.belanyi.fr
|
||||
DRONE_RPC_PROTO=https
|
||||
# Put into a secret environment file
|
||||
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
||||
16
drone/drone.env
Normal file
16
drone/drone.env
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Basic config
|
||||
DRONE_SERVER_HOST=drone.belanyi.fr
|
||||
DRONE_SERVER_PROTO=https
|
||||
# Put into a secret environment file
|
||||
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
||||
|
||||
|
||||
DRONE_AGENTS_ENABLED=true
|
||||
|
||||
# DRONE_GIT_ALWAYS_AUTH=true
|
||||
|
||||
# Gitea configuration
|
||||
# Put into a secret environment file
|
||||
#DRONE_GITEA_SERVER=FIXME-CHANGE-THIS
|
||||
#DRONE_GITEA_CLIENT_ID=FIXME-CHANGE-THIS
|
||||
#DRONE_GITEA_CLIENT_SECRET=FIXME-CHANGE-THIS
|
||||
Reference in a new issue