You must have installed Heroku Toolbelt first. Having an account in Heroku and installation of ember-cli-deploy are mandatory.
Creating a new Heroku instance from an Ember CLI application's parent directory:
$ heroku create --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git
$ git push heroku master