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:
parent
2777ad0d37
commit
591ba15c19
@ -3,6 +3,8 @@
|
||||
set -e;
|
||||
|
||||
if [ $CI_BRANCH == "master" ]; then
|
||||
gulp deploy:live
|
||||
else
|
||||
gulp deploy:beta
|
||||
fi;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user