This commit is contained in:
Lorin Werthen 2016-07-23 17:06:27 +02:00
parent 5d76ce5506
commit b7606c49e6
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -17,4 +17,4 @@ after_success:
- mv deploy_key ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- chmod +x .travis/deploy.sh
- '[[ $TRAVIS_BRANCH == "master" ]] && echo "Deploying site"'
- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy --target public'