diff options
-rwxr-xr-x | bin/post-update | 8 | ||||
-rw-r--r-- | doc.mdwn | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/bin/post-update b/bin/post-update new file mode 100755 index 00000000000..3098dab92fa --- /dev/null +++ b/bin/post-update @@ -0,0 +1,8 @@ +#!/bin/sh + +cd .. +unset GIT_DIR +git annex sync + +cd - +exec git update-server-info @@ -17,16 +17,7 @@ Esta documentação é mantida usando um [compilador de sítios estáticos](http Criando o sistema ----------------- -O sistema foi criado usando [esta dica](http://git-annex.branchable.com/tips/setup_a_public_repository_on_a_web_site/) e usando [este post-update hook](/.git/hooks/post-update): - - #!/bin/sh - - cd .. - unset GIT_DIR - git annex sync - - cd - - exec git update-server-info +O sistema foi criado usando [esta dica](http://git-annex.branchable.com/tips/setup_a_public_repository_on_a_web_site/) e usando [este post-update hook](bin/post-update). Atualização automática ---------------------- |