this will work better
This commit is contained in:
parent
b712b33894
commit
93de72fc65
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ script:
|
|||
after_success:
|
||||
- mv deploy_key ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- '[ -z "$TRAVIS_PULL_REQUEST" ] || [[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'
|
||||
- '[ -n "$TRAVIS_PULL_REQUEST" ] || [[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'
|
||||
|
|
Loading…
Reference in a new issue