auto: 2026-05-24T06:20:04Z

This commit is contained in:
2026-05-24 08:20:04 +02:00
parent f98ebfec09
commit c30b986da7
5 changed files with 36 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Daily push of /config to fkrebs/home-assistant-config.
# .gitignore handles secret allowlist. See /docs/infra/config-to-git.md.
set -e
cd /config
git add -A
git diff --cached --quiet && exit 0
git commit -q -m "auto: $(date -u +%Y-%m-%dT%H:%M:%SZ)"
git push -q origin main