From 6daef7e15ef1f147880dacd54b2256f4d6fc69b6 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 18 Jul 2016 14:35:09 +0200 Subject: [PATCH] enhance deploy script --- .travis/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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