aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArquivo Publico de Memoria Coletiva <arquivo@sarava.org>2015-08-01 15:48:35 -0300
committerArquivo Publico de Memoria Coletiva <arquivo@sarava.org>2015-08-01 15:48:35 -0300
commit0f550d37ddefe241e19051ae95905dbae79427d5 (patch)
tree15b1f47b469cd2eb484adb31a0ef2cff24f89bd8 /Makefile
parent2b350538a62401de5785d55a2b08727f94fc0e7f (diff)
downloadarquivo-0f550d37ddefe241e19051ae95905dbae79427d5.tar.gz
arquivo-0f550d37ddefe241e19051ae95905dbae79427d5.tar.bz2
Makefile: post_update target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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