Now deploying ember-cli is no more a challenge, ember-cli-deploy Addon is good solution for deploying ember-cli apps but why settle for good solution when you have awesome solution out there . Yes, you read it right. Thanks tedconf for building front_end_builds and ember-cli-front-end-builds . Front_end_builds : Rails engine to manage front end builds and deployments Benefits: JS app can be deployed without redeploying your Rails app Easily smoke test SHAs, branches and releases in your production environment with query params: http://your-app.com/my-ember-app?branch=new-feature Admin interface lets you easily view, rollback and activate different app versions Admin UI look like this : Ember-cli-front-end-builds: Easily deploy your Ember CLI app to a front_end_builds Rails backend. The deploy process involves: Creating a build of your ember-cli app Uploading your assets to S3 ...