From f132b01a47746f8cb824fb783a711cff1aa93f9f Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sun, 17 Dec 2017 17:24:08 -0600 Subject: [PATCH] travis: commit message --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0802f92..133d6be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,11 @@ script: after_success: | if [ -n "$GITHUB_TOKEN" ]; then cd "$TRAVIS_BUILD_DIR" - # This generates a `web` directory containing the website. cd public git init git checkout -b master git add . - git -c user.name='cwpearson' -c user.email='carl.w.pearson@gmail.com' commit -m init + git -c user.name='cwpearson' -c user.email='carl.w.pearson@gmail.com' commit -m "push from hugo-cwpearson $TRAVIS_BRANCH" # 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 https://cwpearson:$GITHUB_TOKEN@github.com/cwpearson/cwpearson.github.io master