deploy script for staging

This commit is contained in:
Taka Goto 2018-09-19 12:53:15 -05:00
parent 6ffc2fd727
commit e88a200ff4
2 changed files with 4 additions and 2 deletions

View File

@ -31,5 +31,4 @@ notifications:
after_script: after_script:
- bash ./pkg/transformers/stop_test_chain.sh - bash ./pkg/transformers/stop_test_chain.sh
if: branch = staging - bash ./bin/deploy.sh
- sup --debug staging deploy

3
bin/deploy.sh Executable file
View File

@ -0,0 +1,3 @@
if [ $TRAVIS_BRANCH == 'staging' ]; then
sup --debug staging deploy
fi