DRONE_RPC_SECRET als Variable hinzugefügt
This commit is contained in:
parent
4883b73e0d
commit
53bd8f3400
|
@ -18,6 +18,8 @@ services:
|
|||
- DRONE_RUNNER_CAPACITY=1
|
||||
- DRONE_SERVER_HOST=drone.bmen.cc
|
||||
- DRONE_SERVER_PROTO=https
|
||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
||||
- DRONE_AGENTS_ENABLED=true
|
||||
- DRONE_TLS_AUTOCERT=false
|
||||
- DRONE_GITEA_CLIENT_ID=${DRONE_GITEA_CLIENT_ID}
|
||||
- DRONE_GITEA_CLIENT_SECRET=${DRONE_GITEA_CLIENT_SECRET}
|
||||
|
|
Loading…
Reference in New Issue