deploy script for staging
This commit is contained in:
parent
6ffc2fd727
commit
e88a200ff4
@ -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
3
bin/deploy.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
if [ $TRAVIS_BRANCH == 'staging' ]; then
|
||||||
|
sup --debug staging deploy
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user