Added number of drone processes

This commit is contained in:
Jim Martens 2023-07-21 23:53:52 +02:00
parent 2a2f8f330c
commit ab4438517e
2 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,4 @@ gitea_user: gitea
gitea_url: https://gitea.url
gitea_client_id: someID
gitea_client_secret: someSecret
drone_max_procs: 1

View File

@ -20,6 +20,7 @@ services:
- DRONE_GITEA_SERVER={{ gitea_url }}
- DRONE_GITEA_CLIENT_ID={{ gitea_client_id }}
- DRONE_GITEA_CLIENT_SECRET={{ gitea_client_secret }}
- DOCKER_MAX_PROCS={{ drone_max_procs }}
- LC_ALL=C.UTF-8
- LANG=C.UTF-8
drone-runner: