aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArquivo Publico de Memoria Coletiva <arquivo@fluxo.info>2016-05-04 09:24:06 -0300
committerArquivo Publico de Memoria Coletiva <arquivo@fluxo.info>2016-05-04 09:24:06 -0300
commita9448983a1fc4dd7609c7da1c0e87cbf45879f63 (patch)
tree29565ede85196998d829cb0822a6ce97fc8e2a8e
parent9d3b12259708d3d2c04d16637b58658ca3058ec9 (diff)
downloadarquivo-a9448983a1fc4dd7609c7da1c0e87cbf45879f63.tar.gz
arquivo-a9448983a1fc4dd7609c7da1c0e87cbf45879f63.tar.bz2
Use post-receive hook
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12ac655c416..bc089e1251c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ web:
web_deploy:
@rsync -avz --delete ./ arquivo:/var/cache/sites/arquivo/
-post_update:
+post_receive:
cd .git/hooks && ln -sf ../../bin/post-update
whoami: