commit 2cc037efb1c80f2cfe215eaf9d753c9e7f14de4d parent 0e0ca4f0ded6e29774463dd908a09d3efb757d3a author: nathanael <nathanael@dalliard.ch> date: Wed, 22 Oct 2025 11:38:46 +0000 s2: add cron to deploy diffstat:
| M | s2/makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/s2/makefile b/s2/makefile @@ -1,7 +1,7 @@ HOST != hostname EXP = s2.dalliard.ch -deploy: dots sys pkg +deploy: dots sys cron pkg host: @[ "$(HOST)" = "$(EXP)" ]