mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
CI: Enable continuous integration
Going live!
This commit is contained in:
parent
4d5a79acb8
commit
fa638b8b5b
@ -7,4 +7,4 @@ npm --force install tiddlywiki || exit 1
|
|||||||
|
|
||||||
# Pull existing GitHub pages content
|
# Pull existing GitHub pages content
|
||||||
|
|
||||||
git clone --depth=1 --branch=master "https://github.com/Jermolene/Testing2019.git" output
|
git clone --depth=1 --branch=master "https://github.com/Jermolene/jermolene.github.io.git" output
|
||||||
|
@ -13,7 +13,7 @@ git add -A . || exit 1
|
|||||||
|
|
||||||
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER of $TRAVIS_BRANCH ($(date +'%F %T %Z'))" || exit 1
|
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER of $TRAVIS_BRANCH ($(date +'%F %T %Z'))" || exit 1
|
||||||
|
|
||||||
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git" &>/dev/null || exit 1
|
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null || exit 1
|
||||||
|
|
||||||
git push deploy master &>/dev/null || exit 1
|
git push deploy master &>/dev/null || exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user