WIP on drone server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-22 00:07:57 +02:00
parent 02b21ec078
commit 9bf8b4e004
8 changed files with 584 additions and 425 deletions

View file

@ -5,4 +5,4 @@ metadata:
namespace: drone
type: Opaque
stringData:
DRONE_RPC_SECRET: {{ drone_secret }}
DRONE_RPC_SECRET: {{ drone_rpc_secret }}

View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: drone
namespace: drone
type: Opaque
stringData:
DRONE_RPC_SECRET: {{ drone_rpc_secret }}
DRONE_DATABASE_SECRET: {{ drone_secret }}
DRONE_GITEA_CLIENT_ID: {{ drone_gitea_client_id }}
DRONE_GITEA_CLIENT_SECRET: {{ drone_gitea_client_secret }}