Further refine logging

This commit is contained in:
Buck Doyle 2016-04-14 14:46:58 +02:00
parent f8ccf9d8d8
commit 34444246fd

View File

@ -49,7 +49,7 @@ notifications:
# FIXME this needs refinement, obvs
after_success:
- "test $EMBER_VERSION == 'default' && ember deploy prod >> deploy_output"
- "echo deploy_output"
- "cat deploy_output"
- "cat deploy_output | grep 'revision=' | cut -d '=' -f 2 >> index_key"
- "echo index_key"
- "echo 'Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`'"
- "cat index_key"
- "echo \"Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`\""