diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 65ce9f2..b2ec0e1 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -1,5 +1,8 @@ #!/bin/bash if [[ $TRAVIS_BRANCH == 'master' ]]; then + echo "Deploying site..." bundle exec nanoc deploy --target public +else + echo "Not deploying." fi