Add filter for deployment of PRs only

This commit is contained in:
Buck Doyle 2016-04-15 09:27:57 +02:00
parent f9b1b7601e
commit ab9f89f42b

View File

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