travis: commit message

This commit is contained in:
Carl Pearson
2017-12-17 17:26:23 -06:00
parent 80071156c0
commit 9b8c8a8080

View File

@@ -15,7 +15,7 @@ after_success: |
git init
git checkout -b master
git add .
git -c user.name='cwpearson' -c user.email='carl.w.pearson@gmail.com' commit -m "push from hugo-cwpearson $TRAVIS_BRANCH"
git -c user.name='cwpearson' -c user.email='carl.w.pearson@gmail.com' commit -m "push from hugo-cwpearson $TRAVIS_BRANCH $TRAVIS_COMMIT"
# Make sure to make the output quiet, or else the API token will leak!
# This works because the API key can replace your password.
git push -f -q https://cwpearson:$GITHUB_TOKEN@github.com/cwpearson/cwpearson.github.io master 2> /dev/null