.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -47,6 +47,24 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
|
- 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
|
kind: pipeline
|
||||||
|
|||||||
Reference in New Issue
Block a user