Restrict deployment to only default build
This commit is contained in:
parent
ce413fb8fc
commit
d8446a596c
|
@ -48,4 +48,4 @@ notifications:
|
||||||
|
|
||||||
# FIXME this needs refinement, obvs
|
# FIXME this needs refinement, obvs
|
||||||
after_success:
|
after_success:
|
||||||
"ember deploy prod --verbose --activate"
|
"test $EMBER_VERSION == 'default' && ember deploy prod --verbose --activate"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user