This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
drone/compose.github.yml

15 lines
249 B
YAML

---
version: "3.8"
services:
app:
environment:
- DRONE_GITHUB_CLIENT_ID=${GITHUB_CLIENT_ID}
secrets:
- client_secret
secrets:
client_secret:
name: ${STACK_NAME}_client_secret_${CLIENT_SECRET_VERSION}
external: true