Plugins allow ember-cli-deploy to create a deployment process that’s just right for your app and environment.
The following plugins are maintained by the ember-cli-deploy core team:
The following plugins have been developed by community members:
-revision-data
, -gzip
, deploy:list
and deploy:activate
For a wide view of the plugin ecosystem, check out a live search of npm packages with the “ember-cli-deploy-plugin” keyword.
Ember Observer has also a special category dedicated to deploy plugins.
The following plugin packs are maintained by the Ember CLI deploy core team:
The following plugin packs are developed by community members:
For a live list of all current ember-cli-deploy plugin packs this npm keyword search
Custom adapters written for ember-cli-deploy 0.4.x will not work with 0.5.x or higher.
In order to help users understand if a plugin is compatible with a given version of ember-cli-deploy a badges system is available.
If you’re the author of a plugin please open a PR on the ember-cli-deploy-version-badges github repo by following the instructions on the README.
Once your PR is merged you’ll be able to put a link to the generated SVG.
example:
[![](https://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/plugins/ember-cli-deploy-s3.svg)](http://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/)
Anyone needing assistance in porting a 0.4.x custom adapter to a 0.5+ plugin can open an issue on the ember-cli-deploy Github repository and we’ll be happy to help.