From 0345e8146db00393558982d01df6ba05cc765d9c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 18 Oct 2020 15:52:21 +0200 Subject: [PATCH] services: drone: add admin user --- drone/drone.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/drone.env b/drone/drone.env index cb21096..dff8447 100644 --- a/drone/drone.env +++ b/drone/drone.env @@ -4,7 +4,7 @@ DRONE_SERVER_PROTO=https # Put into a secret environment file #DRONE_RPC_SECRET=FIXME-CHANGE-THIS - +DRONE_USER_CREATE=username:Ambroisie,admin:true DRONE_AGENTS_ENABLED=true DRONE_JSONNET_ENABLED=true