--target is no longer neccessary

This commit is contained in:
Lorin Werthen 2016-10-03 16:41:33 +02:00
parent cf89b368ad
commit ea2753e4fe

View file

@ -19,4 +19,4 @@ script:
after_success:
- mv deploy_key ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy --target public'
- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'