enhance deploy script
This commit is contained in:
parent
93f1d78c53
commit
6daef7e15e
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
||||||
|
echo "Deploying site..."
|
||||||
bundle exec nanoc deploy --target public
|
bundle exec nanoc deploy --target public
|
||||||
|
else
|
||||||
|
echo "Not deploying."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue