zeus.ugent.be/.travis/deploy.sh

6 lines
95 B
Bash
Raw Normal View History

#!/bin/bash
if [[ $TRAVIS_BRANCH == 'master' ]]
bundle exec nanoc deploy --target public
fi