Browse Source

typo dans le script post-receive

master
Victor 7 years ago
parent
commit
cc84c7a211
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      post-receive

+ 2
- 2
post-receive View File

@ -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

Loading…
Cancel
Save