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

6 lines
95 B
Bash

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