export git env stuff always

This commit is contained in:
Christoph Cullmann 2019-08-04 12:03:31 +02:00
parent 3f70c0e874
commit 457e894d35
2 changed files with 6 additions and 1 deletions

View file

@ -3,5 +3,9 @@
# failures are evil
set -e
# export the GIT env vars we need to have links in the footer
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
# run hugo in local server mode, show all stuff
exec ./hugo server -D --buildFuture

View file

@ -6,10 +6,11 @@ set -e
# update our clone
git pull -q &> /dev/null
# rerun hugo generator
# export the GIT env vars we need to have links in the footer
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
# rerun hugo generator
./hugo --minify
# copy .htaccess