This commit is contained in:
@@ -30,7 +30,7 @@ type: ssh
|
||||
name: authelia_check
|
||||
|
||||
clone:
|
||||
image: alpine/git
|
||||
disable: true
|
||||
|
||||
server:
|
||||
host: 10.0.4.18
|
||||
@@ -41,7 +41,12 @@ server:
|
||||
steps:
|
||||
- name: check_authelia_update
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user