Add verbose deployment logging
The assets are seemingly missing from S3.
This commit is contained in:
parent
364fe16cfe
commit
1c59f0cf51
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user