From cc84c7a211d4de666f7e69a0ff939fc259f7284e Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 22 Nov 2016 22:03:13 +0100 Subject: [PATCH] typo dans le script post-receive --- post-receive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-receive b/post-receive index 417ccf3..e4fc7f9 100644 --- a/post-receive +++ b/post-receive @@ -3,8 +3,8 @@ # Compile and Publish Pelican website ####################################################################################################### GIT="/home/git/deploy/your_repo_name/" # Location of .git file in the source clone like /foo/bar/.git -GITWT="/home/git/prod/your_repo_name/" # Location of the working tree like /foo/bar -pelicanRepo="/home/git/prod/your_repo_name/" # Location of the pelican's content directory +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 while read oldrev newrev refname