Browse Source

postereceive: utilisation du chemin vers .git pour l'option --git-dir

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

+ 1
- 1
post-receive View File

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

Loading…
Cancel
Save