Skip to content

Commit cc3eb7c

Browse files
committed
Update deployment script.
1 parent e8b7e9d commit cc3eb7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_deploy:
4444
- tar czvf packages/releases-$GIT_TAG.tar.gz $(ls -I packages)
4545
- zip -q packages/releases-$GIT_TAG.zip -r $(ls -I packages)
4646
- git tag $GIT_TAG -a -m "Commit from Travis CI for build $TRAVIS_BUILD_NUMBER"
47-
- git push --quiet --force https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null
47+
- git push --quiet https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null
4848

4949
deploy:
5050
skip_cleanup: true

docs/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ cd html
55
git checkout -b gh-pages
66
git add --all .
77
git commit -m "Documentation updated from Travis CI, Build No. $TRAVIS_BUILD_NUMBER."
8-
git push --quiet https://$GH_TOKEN@github.com/tatsy/lime.git gh-pages:gh-pages 2> /dev/null
8+
git push --quiet --force https://$GH_TOKEN@github.com/tatsy/lime.git gh-pages:gh-pages 2> /dev/null
99
set +x

0 commit comments

Comments
 (0)