Convert deploy to after_script

This commit is contained in:
Buck Doyle 2016-04-14 11:14:06 +02:00
parent fb0e7e16f4
commit ce413fb8fc

View File

@ -46,6 +46,6 @@ notifications:
campfire:
secure: "JJezWGD9KJY/LC2aznI3Zyohy31VTIhcTKX7RWR4C/C8YKbW9kZv3xV6Vn11\nSHxJTeZo6st2Bpv6tjlWZ+HCR09kyCNavIChedla3+oHOiuL0D4gSo+gkTNW\nUKYZz9mcQUd9RoQpTeyxvdvX+l7z62/7JwFA7txHOqxbTS8jrjc="
deploy:
provider: script
script: ember deploy prod --verbose --activate
# FIXME this needs refinement, obvs
after_success:
"ember deploy prod --verbose --activate"