ember-cli-deploy-aws-pack
Version:
A pack of ember-cli-deploy plugins for implementing a simple AWS deploy approach.
34 lines (20 loc) • 1.72 kB
Markdown
# ember-cli-deploy-aws-pack
[](https://github.com/kpfefferle/ember-cli-deploy-aws-pack/actions)
> An ember-cli-deploy plugin pack to implement a simple AWS deployment pattern

This package bundles the plugins you need to have a deployment pipeline for your Ember app similar to what I described in my blog post: [Deploying Ember to AWS CloudFront](http://blog.testdouble.com/posts/2015-11-03-deploying-ember-to-aws-cloudfront-using-ember-cli-deploy.html)
It also has a blueprint for your `config/deploy.js` file to get you started.
## Installation
```
ember install ember-cli-deploy
ember install ember-cli-deploy-aws-pack
```
The necessary set of plugins will be available to ember-cli-deploy and an example `deploy/config.js` file will be generated for you to customize with information for your deployment environments.
## What is a plugin pack?
A "plugin pack" is a concept supported by ember-cli-deploy that allows a single addon to make multiple plugins available by adding a single direct dependency to your project.
## What plugins are made available?
* [ember-cli-deploy-build](https://github.com/ember-cli-deploy/ember-cli-deploy-build)
* [ember-cli-deploy-cloudfront](https://github.com/kpfefferle/ember-cli-deploy-cloudfront)
* [ember-cli-deploy-gzip](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip)
* [ember-cli-deploy-s3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3)
* [ember-cli-deploy-manifest](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest)