1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

switch to continuous delivery: live deploy master branch

This commit is contained in:
Matthias Kretschmann 2016-03-03 17:46:59 +01:00
parent 2777ad0d37
commit 591ba15c19

View File

@ -3,6 +3,8 @@
set -e;
if [ $CI_BRANCH == "master" ]; then
gulp deploy:live
else
gulp deploy:beta
fi;