services: add Drone CI

This commit is contained in:
Bruno BELANYI 2020-07-14 23:56:29 +02:00
parent 68e26fad5b
commit 540b2cbd83
4 changed files with 81 additions and 0 deletions

4
drone/drone-agent.env Normal file
View 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
View 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