.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:
20
.drone.yml
20
.drone.yml
@@ -42,20 +42,11 @@ server:
|
|||||||
password:
|
password:
|
||||||
from_secret: password_xigmanas
|
from_secret: password_xigmanas
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check_authelia_update
|
- name: check_authelia_update
|
||||||
commands:
|
commands:
|
||||||
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
|
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
- cron
|
|
||||||
- manual
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -69,18 +60,11 @@ server:
|
|||||||
password:
|
password:
|
||||||
from_secret: password_xigmanas
|
from_secret: password_xigmanas
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: apply_authelia_update
|
- name: apply_authelia_update
|
||||||
commands:
|
commands:
|
||||||
- timeout 10m bastille cmd authelia sh -s -- --apply --auto-revert < authelia/authelia-update.sh
|
- timeout 10m bastille cmd authelia sh -s -- --apply --auto-revert < authelia/authelia-update.sh
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- manual
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -91,10 +75,6 @@ depends_on:
|
|||||||
- authelia_apply
|
- authelia_apply
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
- cron
|
|
||||||
- manual
|
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
|||||||
Reference in New Issue
Block a user