Ensure the correct email is used
This commit is contained in:
parent
19c4dd6646
commit
e91176876c
|
@ -22,6 +22,7 @@ touch output_prod/.nojekyll
|
||||||
# Add, commit and push the changes.
|
# Add, commit and push the changes.
|
||||||
pushd $BUILD_DIR
|
pushd $BUILD_DIR
|
||||||
mv ../output_prod/* .
|
mv ../output_prod/* .
|
||||||
|
git config --local user.email oliver@oliverdavies.uk
|
||||||
git add -A .
|
git add -A .
|
||||||
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
||||||
git push $SSH_REPO master
|
git push $SSH_REPO master
|
||||||
|
|
Reference in a new issue