4 lines
73 B
Bash
4 lines
73 B
Bash
|
if [ $TRAVIS_BRANCH == 'staging' ]; then
|
||
|
sup --debug staging deploy
|
||
|
fi
|