summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-05-30 14:52:24 +0200
committeremkael <emkael@tlen.pl>2021-05-30 14:52:24 +0200
commit7f5fb5da2f4479c8869b1f71fc2929030cd14428 (patch)
treebdd93fa05991ede9150493f0cb65f21188b678ed /_cron
parent818c8aa9f3a294880bc0a44181f574578bd40e74 (diff)
Playoff generators setup
Fixes #1
Diffstat (limited to '_cron')
-rw-r--r--_cron/playoff3
1 files changed, 3 insertions, 0 deletions
diff --git a/_cron/playoff b/_cron/playoff
new file mode 100644
index 0000000..ad35c5f
--- /dev/null
+++ b/_cron/playoff
@@ -0,0 +1,3 @@
+SHELL=/bin/bash
+*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1
+SHELL=/bin/sh