Drone CI: Persistent Cookie Secret
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-01 19:02:44 +02:00
parent 672b90711d
commit 82b97c625d
2 changed files with 210 additions and 205 deletions

View File

@ -51,6 +51,7 @@ services:
restart: always
environment:
- "DRONE_GITEA_SERVER=https://git.tobiasmanske.de"
- "DRONEC_COOKIE_SECRET={{ gitea.drone.cookie_secret }}"
- "DRONE_GITEA_CLIENT_ID={{ gitea.drone.client_id }}"
- "DRONE_GIT_ALWAYS_AUTH=true"
- "DRONE_GITEA_CLIENT_SECRET={{ gitea.drone.client_secret }}"