From 1d770072c9553265e14619864842ce7bd590b394 Mon Sep 17 00:00:00 2001 From: irl Date: Fri, 20 Jun 2025 15:16:54 +0100 Subject: [PATCH] ci: even more automatic --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 3048377..addf982 100644 --- a/Justfile +++ b/Justfile @@ -10,7 +10,10 @@ update: rsync -rv --delete $HOME/brain/brain/public/ content/ git add content/ + git diff --stat + if ! git diff --cached --quiet; then \ export TIMESTAMP=$(date -u +"%Y-W%V-%u %H:%M:%S"); \ git commit -m "checkpoint: ${TIMESTAMP}"; \ + git push origin main; \ fi