ember-cli-deploy-stn-pack
v0.1.3
Published
A pack of ember-cli-deploy plugins for implementing a simple AWS deploy approach with revision data.
Maintainers
Readme
ember-cli-deploy-aws-pack
An ember-cli-deploy plugin pack to implement a simple AWS deployment pattern with revision data
Copied almost entirely from ember-cli-deploy-aws-pack. I merely added the revision info plugin. See: ember-cli-deploy-stn-pack
Installation
ember install ember-cli-deploy
ember install ember-cli-deploy-stn-packThe 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.
