Restrict deployment to only default build

This commit is contained in:
Buck Doyle 2016-04-14 12:20:28 +02:00
parent ce413fb8fc
commit d8446a596c

View File

@ -48,4 +48,4 @@ notifications:
# FIXME this needs refinement, obvs
after_success:
"ember deploy prod --verbose --activate"
"test $EMBER_VERSION == 'default' && ember deploy prod --verbose --activate"