1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

Add Travis test 4

This commit is contained in:
David Young
2018-06-06 21:16:41 +12:00
parent 1c02882c50
commit 7c0ac4e49c

View File

@@ -13,7 +13,7 @@ commit_website_files() {
upload_files() { upload_files() {
#git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git > /dev/null 2>&1 #git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git > /dev/null 2>&1
git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git git remote add origin-leanpub-preview https://${TOKEN}@github.com/funkypenguin/geek-cookbook.git
git push --quiet --set-upstream origin-leanpub-preview leanpub-preview git push --quiet --set-upstream origin-leanpub-preview leanpub-preview
} }