Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo committed Jul 26, 2015
1 parent 2c2fdd2 commit cbebe81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ branches:
install:
- pip install pelican ghp-import markdown
script:
- make html --debug
after_success:
- bash deploy.sh
- make publish travis_github
env:
global:
- secure: B0G5Q5MThU7qdzzHhMOpxIO/gCbTsrcnmH9JWQXaDAZnb8wjWof715AR6R7XN3//rp6VqIFy1phf69niwwpVHW+W7QO3tx6MiGRJVteiaBXgXI60w/nbiZLDR9riKTVS9tu1fUkMjluAJGXexxUmUYAcxex9vo0QeUTHZFnZzcskSR5/P8NOD23Jtiyqqh/e0ceoShKDx0ag2mxBkllOC1oy4ODd/AbrfsFUX7wHZP5kei42ftOSFuGz2Tut/qQ27X3P6hBH3sFi+YcX6fN5vm5fWkkYp2IAhYNxRlH/QOej3GnyNojNAQjX2Nj7hDsnLGrWKoezlqfyf6Ta/CEPiZjA+NZMZcDUVOTLv/S4oCpvps+3f0PP/XudYFAZ22bmnT5aQw9KFe7s9wM+ETOkBb6i7sC4NksERAXgYkciEpvj2Oxp8NaIJFueAt/+XodOOtwVFx1zbpcW+/M8lHJWtLIAQugGq3w74mMj3c0IJUygzo/G+B7OsFmEWRisBTTKxNdQIYIR9GVp19kYueDlGk4D3xaxiJAmUcF3Kwq3PH+Cq0R69+PWkxtu8K0ALdThLxNc7ZIePnX34TbFkMmkZIS77IWnXGCFpPWRIFMSrJbwrLkg+imbJgXC2T2IFTQytV6mWd8z4itbGmnhjuRtqHGyp8u9mBu6bsjbi7XXxUA=
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ github: publish

travis_github: publish
ghp-import -n $(OUTPUTDIR)
@git push -fq https://${BII_JGSOGO_PASSWORD}@github.com/$(TRAVIS_REPO_SLUG).git gh-pages > /dev/null
@git push -fq https://${GH_TOKEN}@github.com/$(TRAVIS_REPO_SLUG).git gh-pages > /dev/null

.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
26 changes: 0 additions & 26 deletions deploy.sh

This file was deleted.

0 comments on commit cbebe81

Please sign in to comment.