From 8248182816db81dcef0c07511e08a94607ac923a Mon Sep 17 00:00:00 2001 From: matthiasberner Date: Sat, 10 Jan 2026 22:11:16 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/.drone.yml b/.drone.yml index 21235bf..b2f2e29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,34 +24,16 @@ get: path: secret/data/matrix/bot/drone-bot name: roomid ---- -kind: pipeline -type: ssh -name: authelia_check - -clone: - disable: true - -server: - host: 10.0.4.18 - user: root - password: - from_secret: password_authelia - -steps: - - name: check_authelia_update - commands: - - | - set -e - fetch -o /tmp/authelia-update.sh \ - https://git.familie-berner.de/Open/infra-maintenance/raw/branch/main/authelia/authelia-update.sh - chmod +x /tmp/authelia-update.sh - timeout 5m /tmp/authelia-update.sh --- kind: pipeline name: check_authelia +trigger: + event: + - cron + - pull_request + steps: - name: ssh-check image: appleboy/drone-ssh @@ -76,6 +58,10 @@ steps: kind: pipeline name: authelia_apply +trigger: + event: + - manual + steps: - name: ssh-apply image: appleboy/drone-ssh