From e80073f4f0506197097a3205b7f75c7e7b451abc Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Nov 2016 17:01:33 +1300 Subject: [PATCH] Update syndicate in post-receive-hook --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7efde8b..d12bac5 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,6 @@ publish: htmldocs pages rm -rf pages post-receive-hook: + ( cd ../syndicate/racket && git pull && \ + ( raco pkg update --auto --update-deps syndicate || true) ) svc -du racketmq