From 894544961367a1801618c1c5ed971a1e9dc0ec1f Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Thu, 11 Jul 2024 09:39:50 +0200 Subject: [PATCH] fix(ppq): pull before push in gitwatch --- ansible/templates/systemd/user/popequer_gitwatch@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/systemd/user/popequer_gitwatch@.service b/ansible/templates/systemd/user/popequer_gitwatch@.service index 19afdf1..4b63431 100644 --- a/ansible/templates/systemd/user/popequer_gitwatch@.service +++ b/ansible/templates/systemd/user/popequer_gitwatch@.service @@ -4,7 +4,7 @@ Description=Sync popequer notebook with git [Service] # the buffer period in seconds 5min = 300s Type=simple -ExecStart=/usr/bin/gitwatch -r origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/%i +ExecStart=/usr/bin/gitwatch -r -R origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/%i ExecStop=/bin/true Restart=always RestartSec=30