Disable activation of deployment

This commit is contained in:
Buck Doyle 2016-04-14 12:22:47 +02:00
parent 02e653576a
commit 770e708552

View File

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