Add logging
This commit is contained in:
parent
0887bf9cde
commit
4e1b2cd140
|
@ -49,4 +49,5 @@ notifications:
|
||||||
# FIXME this needs refinement, obvs
|
# FIXME this needs refinement, obvs
|
||||||
after_success:
|
after_success:
|
||||||
- "test $EMBER_VERSION == 'default' && ember deploy prod | grep 'revision=' | cut -d '=' -f 2 >> index_key"
|
- "test $EMBER_VERSION == 'default' && ember deploy prod | grep 'revision=' | cut -d '=' -f 2 >> index_key"
|
||||||
|
- "cat index_key"
|
||||||
- "echo 'Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`'"
|
- "echo 'Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`'"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user