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