doc: Add DRONE_USER_CREATE config line
This commit is contained in:
parent
64b6256023
commit
f92a784aa2
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ Setup Secrets
|
|||
dokku config:set cicd DRONE_RPC_SECRET=$(openssl rand -hex 16)
|
||||
dokku config:set cicd DRONE_GITEA_CLIENT_ID=FIXME
|
||||
dokku config:set cicd DRONE_GITEA_CLIENT_SECRET=FIXME
|
||||
dokku config:set cicd DRONE_USER_CREATE=username:admin,machine:false,admin:true,token:$(openssl rand -hex 16)
|
||||
|
||||
Deploy
|
||||
|
||||
|
|
Loading…
Reference in a new issue