From 0f550d37ddefe241e19051ae95905dbae79427d5 Mon Sep 17 00:00:00 2001 From: Arquivo Publico de Memoria Coletiva Date: Sat, 1 Aug 2015 15:48:35 -0300 Subject: Makefile: post_update target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a985d64..c5699a6 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,6 @@ web: web_deploy: @rsync -avz --delete ./ arquivo:/var/cache/sites/arquivo/ + +post_update: .git/hooks/post-update + cd .git/hooks && ln -sf ../../bin/post-update -- cgit v1.2.3