Add verbose deployment logging

The assets are seemingly missing from S3.
This commit is contained in:
Buck Doyle 2016-04-15 10:38:28 +02:00
parent 364fe16cfe
commit 1c59f0cf51

View File

@ -48,7 +48,7 @@ notifications:
# FIXME this needs refinement, obvs
after_success:
- "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy prod >> deploy_output"
- "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy prod --verbose >> deploy_output"
- "cat deploy_output"
- "cat deploy_output | grep 'revision=' | cut -d '=' -f 2 >> index_key"
- "cat index_key"