1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-10-31 23:35:38 +01:00
site/_ci/deploy.sh

10 lines
98 B
Bash
Raw Normal View History

2016-03-03 17:21:24 +01:00
#!/usr/bin/env bash
set -e;
if [ $CI_BRANCH == "master" ]; then
gulp deploy:beta
fi;
exit;