.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-10 19:24:46 +01:00
parent f0499c7f5e
commit 30c1edafd6

View File

@@ -47,6 +47,24 @@ steps:
commands:
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
---
kind: pipeline
name: check_authelia
steps:
- name: ssh-check
image: appleboy/drone-ssh
settings:
host: xigmanas
username:
from_secret: username_xigmanas
password:
from_secret: password_xigmanas
port: 22
command_timeout: 10s
script:
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
---
kind: pipeline