ipld-eth-server/bin/deploy.sh

6 lines
141 B
Bash
Raw Normal View History

2018-09-19 17:53:15 +00:00
if [ $TRAVIS_BRANCH == 'staging' ]; then
sup --debug staging deploy
elif [ $TRAVIS_BRANCH == 'master' ]; then
sup --debug prod deploy
2018-09-19 17:53:15 +00:00
fi