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

9 lines
157 B
Bash

#!/bin/bash
if [[ $TRAVIS_BRANCH == 'master' ]]; then
echo "Deploying site..."
bundle exec nanoc deploy --target public
else
echo "Not deploying."
fi