libation sync
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-07 15:20:47 -07:00
parent faf0ac890a
commit 8dfc29071e
2 changed files with 5 additions and 49 deletions

View File

@@ -0,0 +1,20 @@
name: Libation
on:
schedule:
- cron: '0 6,12,18,0 * * *'
workflow_dispatch:
jobs:
update-repo:
uses: ./.gitea/workflows/update-repo.yml
runs-on: home-server
sync-audiobooks:
runs-on: [home-server]
steps:
- name: Run Libation sync
working-directory: /home/gitea-runner/infrastructure/home-server/libation
run: |
echo "Starting Libation audiobook sync at $(date)"
docker compose pull -q
docker compose run --rm libation
echo "Libation sync completed at $(date)"