pls dont deploy
This commit is contained in:
parent
d4883824c7
commit
20ef5a4460
2 changed files with 1 additions and 9 deletions
|
@ -17,4 +17,4 @@ after_success:
|
|||
- mv deploy_key ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- chmod +x .travis/deploy.sh
|
||||
- .travis/deploy.sh
|
||||
- '[[ $TRAVIS_BRANCH == "master" ]] && echo "Deploying site"'
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
||||
echo "Deploying site..."
|
||||
bundle exec nanoc deploy --target public
|
||||
else
|
||||
echo "Not deploying."
|
||||
fi
|
Loading…
Reference in a new issue