From b7606c49e671e06956639d1666e16158ef242843 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sat, 23 Jul 2016 17:06:27 +0200 Subject: [PATCH] smart --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42d3381..738191b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'