From 50be952e214590fcf779b7a2b591a85b8853f4bf Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 22 Nov 2016 22:07:34 +0100 Subject: [PATCH] postereceive: utilisation du chemin vers .git pour l'option --git-dir --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-receive b/post-receive index e4fc7f9..87dddac 100644 --- a/post-receive +++ b/post-receive @@ -2,7 +2,7 @@ ####################################################################################################### # Compile and Publish Pelican website ####################################################################################################### -GIT="/home/git/deploy/your_repo_name/" # Location of .git file in the source clone like /foo/bar/.git +GIT="/home/git/deploy/your_repo_name/.git/" # Location of .git file in the source clone like /foo/bar/.git GITWT="/home/git/deploy/your_repo_name/" # Location of the working tree like /foo/bar pelicanRepo="/home/git/deploy/your_repo_name/" # Location of the pelican's content directory pelicanBranch="master" # Name of the git branch that trigger the publication