update supfile and deploy script for production

This commit is contained in:
Taka Goto
2018-09-24 10:24:06 -05:00
parent e138e58120
commit 4e490213b8
2 changed files with 21 additions and 10 deletions
+2
View File
@@ -1,3 +1,5 @@
if [ $TRAVIS_BRANCH == 'staging' ]; then
sup --debug staging deploy
elif [ $TRAVIS_BRANCH == 'master' ]; then
sup --debug prod deploy
fi