Skip to content

Commit 9336fbd

Browse files
Lets have a nicer commit message
which looks okay in the GitHub overview Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent 8ec4011 commit 9336fbd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ git clone -b master https://github.com/dev-sec/dev-sec.github.io.git deployment
1515
rsync -av --delete --exclude ".git" public/ deployment
1616
cd deployment
1717
git add -A
18-
git commit -m "rebuilding site on `date`, commit ${TRAVIS_COMMIT} and job ${TRAVIS_JOB_NUMBER}" || true
18+
git commit -m "rebuilding site on `date`, commit ${TRAVIS_COMMIT}
19+
20+
and Travis CI job ${TRAVIS_JOB_NUMBER}" || true
1921
git push
2022

2123
cd ..

0 commit comments

Comments
 (0)