src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 95ae3abf6acedfa30537b67003735c1c180485b1
parent 2cc037efb1c80f2cfe215eaf9d753c9e7f14de4d
author: nathanael <nathanael@dalliard.ch>
date:   Wed, 22 Oct 2025 11:39:55 +0000

s1: add cron to deploy

diffstat:
Ms1/makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s1/makefile b/s1/makefile @@ -1,7 +1,7 @@ HOST != hostname EXP = s1.dalliard.ch -deploy: dots sys pkg +deploy: dots sys cron pkg host: @[ "$(HOST)" = "$(EXP)" ]