Files
drone/drone.env.tmpl
3wc e0c6c5bca2
All checks were successful
continuous-integration/drone/push Build is passing
Working deployment w/ optional Git(hub|ea)
Re compose-stacks/organising#18
2020-10-01 18:34:49 +02:00

8 lines
253 B
Cheetah

DRONE_RPC_SECRET={{ secret "rpc_secret" }}
{{ if (env "DRONE_GITEA_CLIENT_ID") }}
DRONE_GITEA_CLIENT_SECRET={{ secret "client_secret" }}
{{ end }}
{{ if (env "DRONE_GITHUB_CLIENT_ID") }}
DRONE_GITHUB_CLIENT_SECRET={{ secret "client_secret" }}
{{ end }}