5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/bash
|
|
|
|
if [[ $TRAVIS_BRANCH == 'master' ]]
|
|
bundle exec nanoc deploy --target public
|
|
fi
|