zeus.ugent.be/.travis/deploy.sh
2016-07-18 14:31:22 +02:00

6 lines
101 B
Bash

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