This commit is contained in:
@@ -30,7 +30,7 @@ type: ssh
|
|||||||
name: authelia_check
|
name: authelia_check
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
image: alpine/git
|
disable: true
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 10.0.4.18
|
host: 10.0.4.18
|
||||||
@@ -41,7 +41,12 @@ server:
|
|||||||
steps:
|
steps:
|
||||||
- name: check_authelia_update
|
- name: check_authelia_update
|
||||||
commands:
|
commands:
|
||||||
- timeout 5m sh -s < authelia/authelia-update.sh
|
- |
|
||||||
|
set -e
|
||||||
|
fetch -o /tmp/authelia-update.sh \
|
||||||
|
https://git.familie-berner.de/infra-maintenance/raw/branch/main/authelia/authelia-update.sh
|
||||||
|
chmod +x /tmp/authelia-update.sh
|
||||||
|
timeout 5m /tmp/authelia-update.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|||||||
Reference in New Issue
Block a user