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