Deployment on S3
In this lesson, you’ll learn how to deploy your app on AWS S3.
ember-cli-deploy
ember-cli-deploy provides a plugin-based framework for deploying Ember apps.
In light of this, it is hardly surprising that ember-cli-deploy is the most complex, but also the most flexible, of the deployment solutions in this chapter. Using a couple of abstractions and favoring extensibility, it enables Ember apps to be deployed to all kinds of platforms and hosting solutions.
It splits the deployment process into two parts: deploying the application’s container, in other words, the index.html
page, and deploying the assets, including the scripts, stylesheets, images, fonts, etc. The basic insight is that even though the index page refers to the assets, these two pieces can be ...
Access this course and 1400+ top-rated courses and projects.