smart
This commit is contained in:
parent
5d76ce5506
commit
b7606c49e6
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ after_success:
|
||||||
- mv deploy_key ~/.ssh/id_rsa
|
- mv deploy_key ~/.ssh/id_rsa
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- chmod +x .travis/deploy.sh
|
- chmod +x .travis/deploy.sh
|
||||||
- '[[ $TRAVIS_BRANCH == "master" ]] && echo "Deploying site"'
|
- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy --target public'
|
||||||
|
|
Loading…
Reference in a new issue