diff --git a/.drone.yml b/.drone.yml index 7c10c22..d1d76b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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